Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dentry.rs24 mod block_on; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dmod.rs17 pub(crate) mod block_on; module
277 pub fn block_on<T, R>(&self, task: T) -> R in block_on() method
Dblock_on.rs94 pub(crate) fn block_on<T>(mut task: T) -> T::Output in block_on() function
Dcurrent_thread.rs270 pub(crate) fn block_on<T>(&self, future: T) -> T::Output in block_on() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dmod.rs161 pub fn block_on<T>(task: T) -> T::Output in block_on() function