Module shadow_shim_helper_rs::emulated_time
source · Expand description
Deals with instances of time in a Shadow simulation.
Modules§
Structs§
- An instant in time (analagous to std::time::Instant) in the Shadow simulation.
Constants§
- 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.
- Duplicated as EmulatedTime::UNIX_EPOCH
Type Aliases§
- Emulation time in nanoseconds.