Task

cats.effect.kernel.testkit.TestContext$.Task
final case class Task(id: Long, task: Runnable, runsAt: FiniteDuration, rnd: Long)

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

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product