Function sleep::future::sleep_until

source ·
pub fn sleep_until(resume_time: Instant, waker: &Waker) -> Poll<()>
Expand description

Wakes up the waker at the specified time.