Scheduler

org.specs2.concurrent.Scheduler
trait Scheduler

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

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

schedule an action to start after a given duration

schedule an action to start after a given duration

Attributes

Returns:

a function cancelling the action start

def shutdown(): Unit