All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lspace.ExecutionHelper.scala Maven / Gradle / Ivy

package lspace

import monix.execution.ExecutionModel.AlwaysAsyncExecution
import monix.execution.Scheduler

object ExecutionHelper {
  lazy val scheduler =
//    Scheduler(executionModel = AlwaysAsyncExecution)
    Scheduler.trampoline(executionModel = AlwaysAsyncExecution)
//    Scheduler.global
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy