pub static ATOMIC_CLOCK_REALTIME: OnceLock<AtomicTime>
Expand description
Global atomic time in real-time mode for use across the system.
This clock operates in real-time mode, where it synchronizes with the system clock or hardware counters, ensuring unique and monotonic timestamps.