Expand description
Deals with instances of time in a Shadow simulation.
Modules§
Structs§
- Atomic
Emulated Time - Emulated
Time - An instant in time (analagous to core::time::Instant) in the Shadow simulation.
Constants§
- EMUTIME_
INVALID - EMUTIME_
MAX - EMUTIME_
MIN - EMUTIME_
SIMULATION_ START - The number of nanoseconds from the epoch to January 1st, 2000 at 12:00am UTC. This is used to emulate to applications that we are in a recent time.
- EMUTIME_
UNIX_ EPOCH - Duplicated as EmulatedTime::UNIX_EPOCH
- SIMULATION_
START_ SEC
Type Aliases§
- CEmulated
Time - Emulation time in nanoseconds.