org.atnos.eff.ExecutorServices
See theExecutorServices companion object
case class ExecutorServices(executorServiceEval: Eval[ExecutorService], scheduledExecutorEval: Eval[ScheduledExecutorService], executionContextEval: Eval[ExecutionContext])
Attributes
- Companion
- object
- Source
- ExecutorServices.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
note: shutdown only shuts down the executor services
convenience method to shutdown the services when the final future has completed
convenience method to shutdown the services when the final future has completed
Attributes
- Source
- ExecutorServices.scala
Implicits
Implicits
Attributes
- Source
- ExecutorServices.scala
Attributes
- Source
- ExecutorServices.scala
Attributes
- Source
- ExecutorServices.scala
Attributes
- Source
- ExecutorServices.scala
In this article