org.specs2.concurrent

Type members

Classlikes

case class ExecutionEnv(executorServices: ExecutorServices, timeFactor: Int, retriesFactor: Int)

Execution environment for javascript

Execution environment for javascript

Companion:
object
Companion:
class
case class ExecutorServices(executionContextEval: Evaluated[ExecutionContext], schedulerEval: Evaluated[Scheduler])

Executor services for javascript

Executor services for javascript

The global execution context is used for both executing tests and scheduling timeouts

Companion:
object
Companion:
class
Companion:
object
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

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

Companion:
object
object Schedulers extends Schedulers
Companion:
class