Function vexide_async::block_on

source ยท
pub fn block_on<F: Future + 'static>(future: F) -> F::Output
Expand description

Blocks the current task untill a return value can be extracted from the provided future.

Does not poll all futures to completion.