Module madsim::time[][src]

Expand description

Utilities for tracking time.

Re-exports

pub use std::time::Duration;

Modules

Time error types.

Structs

A measurement of a monotonically nondecreasing clock. Opaque and useful only with Duration.

Functions

Waits until duration has elapsed.

Waits until deadline is reached.

Require a Future to complete before the specified duration has elapsed.