ExecutionEnv

org.specs2.concurrent.ExecutionEnv
See theExecutionEnv companion object
case class ExecutionEnv(executorServices: ExecutorServices, timeFactor: Int)

Execution environment

Attributes

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

Members list

Value members

Concrete methods

def schedule(action: => Unit, duration: FiniteDuration): Unit
def shutdown(): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val scheduler: Scheduler

Givens

Givens

given ec: ExecutionContext
given executionContext: ExecutionContext