- Companion
- class
Type members
Value members
Concrete methods
def createExecutionContext(executorService: ExecutorService, logger: String => Unit): ExecutionContext
taken from https://gist.github.com/viktorklang/5245161
taken from https://gist.github.com/viktorklang/5245161
create an ExecutionEnv from an execution context only
create an ExecutionEnv from an execution context only
WARNING!!! This method create a brand new scheduledExecutorService which will be used if you use the ExecutorServices to timeout an Async effect
create an ExecutorServices from Scala global execution context
create an ExecutorServices from Scala global execution context