Task

final case class Task(id: Long, task: Runnable, runsAt: FiniteDuration, rnd: Long)

Used internally by TestContext, represents a unit of work pending execution.

Source:
TestContext.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product