Function futures_time::task::sleep
source · [−]pub fn sleep(dur: Duration) -> SleepⓘNotable traits for Sleepimpl Future for Sleep type Output = Instant;
Expand description
Sleeps for the specified amount of time.
This future can be push_deadline
to be moved