effect-io-ai

Package: effect
Module: TestClock

TestClock.Data

Data represents the state of the TestClock, including the clock time.

Signature

export interface Data {
  readonly instant: number
  readonly sleeps: Chunk.Chunk<readonly [number, Deferred.Deferred<void>]>
}

Source

Since v2.0.1