Searched defs:block_on (Results 1 – 7 of 7) sorted by relevance
24 mod block_on; module
17 pub(crate) mod block_on; module277 pub fn block_on<T, R>(&self, task: T) -> R in block_on() method
94 pub(crate) fn block_on<T>(mut task: T) -> T::Output in block_on() function
270 pub(crate) fn block_on<T>(&self, future: T) -> T::Output in block_on() method
70 fn block_on<F: Future>(future: F) -> F::Output; in block_on() method
85 fn block_on<F: Future>(future: F) -> F::Output { in block_on() method
161 pub fn block_on<T>(task: T) -> T::Output in block_on() function