pub fn sleep_until(deadline: Instant) -> SleepNotable traits for Sleepimpl Future for Sleep    type Output = ();
Expand description

Waits until deadline is reached.