Searched refs:TimeoutFuture (Results 1 – 2 of 2) sorted by relevance
23 pub(crate) struct TimeoutFuture<T> { struct28 impl<T> TimeoutFuture<Pin<Box<T>>> { impl37 impl<T> Future for TimeoutFuture<T> implementation71 use crate::async_impl::timeout::TimeoutFuture;108 let time_future1 = TimeoutFuture { in ut_timeout_future()113 let time_future2 = TimeoutFuture { in ut_timeout_future()
19 use super::timeout::TimeoutFuture;214 TimeoutFuture::new(conn::request(conn, message), timeout).await in send_request_on_conn()