We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df35fb commit 1b8683fCopy full SHA for 1b8683f
commons-core/jvm/src/main/scala/com/avsystem/commons/concurrent/BlockingUtils.scala
@@ -76,5 +76,5 @@ abstract class BlockingUtils {
76
77
object DefaultBlocking extends BlockingUtils {
78
implicit def scheduler: Scheduler = Scheduler.global
79
- def ioScheduler: Scheduler = Scheduler.io()
+ lazy val ioScheduler: Scheduler = Scheduler.io()
80
}
0 commit comments