nautilus_core::time

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 time is manually set and can be controlled programmatically, useful for backtesting or simulation.