pub fn sleep_until(deadline: Instant) -> SleepUntilNotable traits for SleepUntilimpl Future for SleepUntil    type Output = Instant;
Expand description

Sleeps until the specified instant.