ExecutorServices

case class ExecutorServices(executorServiceEval: Eval[ExecutorService], scheduledExecutorEval: Eval[ScheduledExecutorService], executionContextEval: Eval[ExecutionContext])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

note: shutdown only shuts down the executor services

note: shutdown only shuts down the executor services

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

Source:
ExecutorServices.scala

Inherited methods

Inherited from:
Product

Implicits

Implicits

implicit lazy val executorService: ExecutorService
implicit lazy val scheduledExecutorService: ScheduledExecutorService
implicit lazy val scheduler: Scheduler