Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dentry.rs24 mod block_on; module
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dmod.rs17 pub(crate) mod block_on; module
277 pub fn block_on<T, R>(&self, task: T) -> R in block_on() method
H A Dblock_on.rs94 pub(crate) fn block_on<T>(mut task: T) -> T::Output in block_on() function
H A Dcurrent_thread.rs270 pub(crate) fn block_on<T>(&self, future: T) -> T::Output in block_on() method
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/
H A Dmod.rs70 fn block_on<F: Future>(future: F) -> F::Output; in block_on() method
H A Dipc_ylong.rs85 fn block_on<F: Future>(future: F) -> F::Output { in block_on() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dmod.rs161 pub fn block_on<T>(task: T) -> T::Output in block_on() function