org.specs2.concurrent

Members list

Type members

Classlikes

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

Execution environment for javascript

Execution environment for javascript

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ExecutionEnv

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FutureApplicative.type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

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

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

Attributes

Supertypes
class Object
trait Matchable
class Any

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

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

Attributes

Supertypes
class Object
trait Matchable
class Any
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

Attributes

Supertypes
class Object
trait Matchable
class Any
trait Schedulers

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Schedulers.type
object Schedulers extends Schedulers

Attributes

Companion
trait
Supertypes
trait Schedulers
class Object
trait Matchable
class Any
Self type
Schedulers.type