ExecutorServices

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

Value members

Concrete methods

def shutdown: Eval[Unit]

note: shutdown only shuts down the executor services

note: shutdown only shuts down the executor services

def shutdownOnComplete[A](future: Future[A]): ExecutorServices

convenience method to shutdown the services when the final future has completed

convenience method to shutdown the services when the final future has completed

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Implicits

Implicits

implicit lazy
val executionContext: ExecutionContext
implicit lazy
val executorService: ExecutorService
implicit lazy
val scheduledExecutorService: ScheduledExecutorService
implicit lazy