internal_timeout_at

Function internal_timeout_at 

Source
pub fn internal_timeout_at<SLEEP, T>(
    deadline: Instant,
    future: T,
) -> impl Future<Output = Result<T::Output, (Instant, T)>>
where SLEEP: Sleepble, T: Future + Unpin,