State

cats.effect.kernel.testkit.TestContext$.State
final case class State(lastID: Long, clock: FiniteDuration, tasks: SortedSet[Task], lastReportedFailure: Option[Throwable])

Used internally by TestContext, represents the internal state used for task scheduling and 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