Skip to content

Commit

Permalink
DefaultBlocking.ioScheduler is a lazy val
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Janusz committed Jun 20, 2022
1 parent 6df35fb commit 1b8683f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ abstract class BlockingUtils {

object DefaultBlocking extends BlockingUtils {
implicit def scheduler: Scheduler = Scheduler.global
def ioScheduler: Scheduler = Scheduler.io()
lazy val ioScheduler: Scheduler = Scheduler.io()
}

0 comments on commit 1b8683f

Please sign in to comment.