[][src]Function safina_timer::sleep_until

pub fn sleep_until(deadline: Instant) -> SleepFuture

Notable traits for SleepFuture

impl Future for SleepFuture type Output = Result<(), TimerThreadNotStarted>;

Returns a future that completes after deadline.