ExecutorServices

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

note: shutdown only shuts down the executor services

note: shutdown only shuts down the executor services

Attributes

Source
ExecutorServices.scala

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

implicit lazy val executionContext: ExecutionContext

Attributes

Source
ExecutorServices.scala
implicit lazy val executorService: ExecutorService

Attributes

Source
ExecutorServices.scala
implicit lazy val scheduledExecutorService: ScheduledExecutorService

Attributes

Source
ExecutorServices.scala
implicit lazy val scheduler: Scheduler

Attributes

Source
ExecutorServices.scala