org.atnos.eff.ExecutorServices$
See theExecutorServices companion class
Attributes
- Companion:
- class
- Source:
- ExecutorServices.scala
- Graph
- Supertypes
- Self type
- ExecutorServices.type
Members list
Concise view
Type members
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Source:
- ExecutorServices.scala
def createExecutionContext(executorService: ExecutorService, logger: String => Unit): ExecutionContext
Attributes
- Source:
- ExecutorServices.scala
Attributes
- Source:
- ExecutorServices.scala
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
Attributes
- Source:
- ExecutorServices.scala
Attributes
- Source:
- ExecutorServices.scala
Attributes
- Source:
- ExecutorServices.scala
create an ExecutorServices from Scala global execution context
create an ExecutorServices from Scala global execution context
Attributes
- Source:
- ExecutorServices.scala
Attributes
- Source:
- ExecutorServices.scala
create a Scheduler from Scala global execution context
Attributes
- Source:
- ExecutorServices.scala
Concrete fields
Attributes
- Source:
- ExecutorServices.scala