Module async_speed_limit::clock[][src]

Expand description

Clocks

Structs

A Clock where the passage of time can be manually controlled.

The future returned by ManualClock::sleep().

Number of nanoseconds since an arbitrary epoch.

The physical clock using std::time::Instant.

Traits

A BlockingClock is a Clock which supports synchronous sleeping.

A Clock controls the passing of time.