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
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Implicits
Implicits
Attributes
- Source
- ExecutorServices.scala
Attributes
- Source
- ExecutorServices.scala
Attributes
- Source
- ExecutorServices.scala
Attributes
- Source
- ExecutorServices.scala
In this article