Home
last modified time | relevance | path

Searched defs:future (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dtimeout.rs25 pub(crate) future: T, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dtimer_test.rs127 let future = TimeFuture { in sdv_sleep_poll() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dblock_on.rs103 let mut future = unsafe { Pin::new_unchecked(&mut task) }; in block_on() localVariable
Dcurrent_thread.rs282 let mut future = future; in block_on() localVariable
283 let mut future = unsafe { Pin::new_unchecked(&mut future) }; in block_on() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Draw.rs249 let future = match unsafe { &mut *stage } { in poll() localVariable
254 let future = unsafe { Pin::new_unchecked(future) }; in poll() localVariable