agde_webEnum Sleep
source pub enum Sleep {
Timeout(TimeoutFuture),
Forever,
}
The type of value produced on completion.
Attempts to resolve the future to a final value, registering
the current task for wakeup if the value is not yet available.
Read more