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
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product