Home
last modified time | relevance | path

Searched defs:fut (Results 1 – 9 of 9) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
Dylong_runtime_par_iter.rs19 let fut = async { in main() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
Dmod.rs92 let fut = async move { for_each::for_each(self, f).await }; in for_each() localVariable
104 let fut = async move { sum::sum(self).await }; in sum() localVariable
117 let fut = async move { core(self, consumer).await }; in drive() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dtry_join3.rs165 let fut = async { Ok(1) }; in ut_future_done_test() localVariable
166 let mut fut = future_done(fut); in ut_future_done_test() localVariable
169 let mut fut = unsafe { Pin::new_unchecked(&mut fut) }; in ut_future_done_test() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dpar_iter.rs24 let fut = async { in sdv_par_iter_test() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dselect.rs224 let fut = unsafe { Pin::new_unchecked(fut) }; localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Doperator.rs110 let fut = self.get_mut(); in poll() localVariable
128 let fut = self.get_mut(); in poll() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
Doperator.rs103 let fut = self.get_mut(); in poll() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dmod.rs373 let fut = self.get_mut(); in poll() localVariable
399 let fut = self.get_mut(); in poll() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dschedule_io.rs169 let mut fut = self.readiness_fut(interest); in readiness() localVariable
170 let mut fut = unsafe { Pin::new_unchecked(&mut fut) }; in readiness() localVariable