Module js_utils::sleep

source ·
Expand description

Sleeping.

Structs

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

Functions

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