PlatformClock

interface PlatformClock

Platform-provided time source.

Design note

KTale avoids tying itself to any specific time API (tick counters, wall clocks, etc.). This contract provides both:

Functions

Link copied to clipboard
abstract fun monotonicNanos(): Long

Current monotonic time in nanoseconds.

Link copied to clipboard
abstract fun nowEpochMillis(): Long

Current wall-ish time in epoch milliseconds.