Expand description
Cross-platform time helpers.
wasm32-unknown-unknown does not support std::time::Instant::now() or std::time::SystemTime::now(). Use this module anywhere runtime code needs wall-clock or monotonic time.
Structs§
- Duration
- A
Durationtype to represent a span of time, typically used for system timeouts. - Instant
- A measurement of a monotonically nondecreasing clock.
Opaque and useful only with
Duration. - Local
Time Fields