Clock

fun interface Clock

Wallclock time source for the scheduler. Abstracts the system clock so a driver (e.g. the conformance harness) can step wallclock time deterministically. Mirrors Clock in packages/core/src/services/BreakScheduler.ts.

Functions

Link copied to clipboard
abstract fun now(): Long

Current wallclock time in milliseconds since the epoch.