Module workflow_rs::core::time
source · Expand description
time module provides re-export of WASM32-compatible Instant and provides
platform neutral implementations for unixtime_as_millis_u128() and
unixtime_as_millis_f64().
Structs
- A
Durationtype to represent a span of time, typically used for system timeouts.
Enums
Constants
Functions
- The current time, expressed in milliseconds since the Unix Epoch.