Home
last modified time | relevance | path

Searched defs:future (Results 1 – 4 of 4) 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/src/executor/
Dblock_on.rs103 let mut future = unsafe { Pin::new_unchecked(&mut task) }; in block_on() localVariable
Dcurrent_thread.rs153 let mut future = future; in block_on() localVariable
154 let mut future = unsafe { Pin::new_unchecked(&mut future) }; in block_on() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Draw.rs201 let future = match unsafe { &mut *stage } { in poll() localVariable
206 let future = unsafe { Pin::new_unchecked(future) }; in poll() localVariable