Function awak::time::timeout::timeout_at

source ·
pub fn timeout_at<T>(deadline: Instant, future: T) -> Timeout<T> 
where T: Future,