Function async_sleep::timeout::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,