Static ATOMIC_CLOCK_REALTIME

Source
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, synchronizing with the system clock. It provides globally unique, strictly increasing timestamps across threads.