Module task

Source
Expand description

Types and Traits for working with asynchronous tasks.

Structs§

Sleep
Sleeps for the specified amount of time.
SleepUntil
Sleeps until the specified instant.

Functions§

sleep
Sleeps for the specified amount of time.
sleep_until
Sleeps until the specified instant.