Function async_sleep::sleep::sleep_until

source ·
pub fn sleep_until<SLEEP>(deadline: Instant) -> impl Future<Output = ()>where
    SLEEP: Sleepble,