Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dmod.rs17 pub(crate) mod block_on; module
273 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.rs146 pub(crate) fn block_on<T>(&self, future: T) -> T::Output in block_on() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dentry.rs22 mod block_on; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dlib.rs93 pub fn block_on<T>(task: T) -> T::Output in block_on() function