Schedulers

org.specs2.concurrent.Schedulers
object Schedulers

Attributes

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

Members list

Value members

Concrete methods

def scheduledExecutor(scheduledThreadsNb: Int): ScheduledExecutorService

create a Scheduler from the Scala global execution context

create a Scheduler from the Scala global execution context

Attributes

def schedulerFromScheduledExecutorService(s: ScheduledExecutorService): Scheduler

Concrete fields

lazy val threadsNb: Int