Function shuttle::future::block_on

source ·
pub fn block_on<F: Future>(future: F) -> F::Output
Expand description

Run a future to completion on the current thread.