Home
last modified time | relevance | path

Searched refs:TimeoutFuture (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dtimeout.rs23 pub(crate) struct TimeoutFuture<T> { struct
28 impl<T> TimeoutFuture<Pin<Box<T>>> { impl
37 impl<T> Future for TimeoutFuture<T> implementation
71 use crate::async_impl::timeout::TimeoutFuture;
108 let time_future1 = TimeoutFuture { in ut_timeout_future()
113 let time_future2 = TimeoutFuture { in ut_timeout_future()
H A Dclient.rs19 use super::timeout::TimeoutFuture;
214 TimeoutFuture::new(conn::request(conn, message), timeout).await in send_request_on_conn()