Static ATOMIC_CLOCK_STATIC

Source
pub static ATOMIC_CLOCK_STATIC: OnceLock<AtomicTime>
Expand description

Global atomic time in static mode for use across the system.

This clock operates in static mode, where the time value can be set or incremented manually. Useful for backtesting or simulated time control.