clock Module
Functions for reading and controlling the system clock in RQL.
Clock Functions
Read the current time from the system clock.
Internal Functions
Control the system clock for testing and deterministic replay.
Function Reference
| Function | Type | Description |
|---|---|---|
clock::now | Clock | Get the current clock timestamp |
clock::set | Internal | Set the system clock to a specific timestamp |
clock::advance | Internal | Advance the system clock by a specified duration |
