org.atnos.eff.ExecutorServices
See theExecutorServices companion class
object ExecutorServices extends Schedulers
Attributes
- Companion
- class
- Source
- ExecutorServices.scala
- Graph
-
- Supertypes
- Self type
-
ExecutorServices.type
Members list
Type members
Inherited and Abstract 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
Inherited methods
Default Scheduler for JavaScript
Concrete fields
Attributes
- Source
- ExecutorServices.scala
In this article