[][src]Function awak::time::timeout::timeout_at

pub fn timeout_at<T>(deadline: Instant, future: T) -> Timeout<T>

Notable traits for Timeout<T>

impl<T> Future for Timeout<T> where
    T: Future
type Output = Result<T::Output, Elapsed>;
where
    T: Future