Ashet OS

namespace: ashet.clock

System Calls

syscall monotonic(out time: Absolute)

Returns the time in nanoseconds since system startup. This clock is monotonically increasing.

Asynchronous Operations

async_call Timer(in timeout: Absolute)

Sleeps until clock.monotonic() returns at least timeout.