Expand description
The core AtomicTime
for real-time and static clocks.
This module provides an atomic time abstraction that supports both real-time and static clocks. It ensures thread-safe operations and monotonic time retrieval with nanosecond precision.
Structs§
- Represents an atomic timekeeping structure.
Statics§
- Global atomic time in real-time mode for use across the system.
- Global atomic time in static mode for use across the system.
Functions§
- Returns the duration since the UNIX epoch.
- Returns a static reference to the global atomic clock in real-time mode.
- Returns a static reference to the global atomic clock in static mode.
- Returns the current UNIX time in nanoseconds.