Module sleep

Source
Expand description

Sleeping.

Structs§

Instant
A measurement of a monotonically nondecreasing clock. Opaque and useful only with Duration.
Sleep
Future returned by sleep and sleep_until.

Functions§

sleep
Waits until duration has elapsed.
sleep_until
Waits until deadline is reached.