pub fn sleep(dur: Duration) -> SleepNotable 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