org.specs2.concurrent

Type members

Classlikes

case class ExecutionEnv(executorServices: ExecutorServices, timeFactor: Int, retriesFactor: Int)
Companion:
object
Companion:
class
case class ExecutorServices(executorServiceEval: Evaluated[ExecutorService], executionContextEval: Evaluated[ExecutionContext], scheduledExecutorServiceEval: Evaluated[ScheduledExecutorService], schedulerEval: Evaluated[Scheduler], shutdown: Evaluated[Unit])
Companion:
object
Companion:
class
Companion:
object
Companion:
class

implicit methods to await a future values with a given timeout and number of retries

implicit methods to await a future values with a given timeout and number of retries

Companion:
object
object FutureAwait extends FutureAwait
Companion:
class

add implicit conversions between the execution environment and execution context / executor service

add implicit conversions between the execution environment and execution context / executor service

deactivate the conversion between an implicit execution environment to an execution context

deactivate the conversion between an implicit execution environment to an execution context

deactivate the conversion between an implicit execution environment to an executor service

deactivate the conversion between an implicit execution environment to an executor service

trait Scheduler

The design of the Scheduler is taken from: https://github.com/functional-streams-for-scala/fs2/blob/series/1.0/core/jvm/src/main/scala/fs2/Scheduler.scala

object Schedulers
case class TimeoutFailure(appliedTimeout: FiniteDuration, totalDuration: FiniteDuration, timeFactor: Int, retriesFactor: Int)