Skip to content

Commit 1b8683f

Browse files
author
Roman Janusz
committed
DefaultBlocking.ioScheduler is a lazy val
1 parent 6df35fb commit 1b8683f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons-core/jvm/src/main/scala/com/avsystem/commons/concurrent/BlockingUtils.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ abstract class BlockingUtils {
7676

7777
object DefaultBlocking extends BlockingUtils {
7878
implicit def scheduler: Scheduler = Scheduler.global
79-
def ioScheduler: Scheduler = Scheduler.io()
79+
lazy val ioScheduler: Scheduler = Scheduler.io()
8080
}

0 commit comments

Comments
 (0)