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

Runs a future to completion on the current Tokio handle’s associated Runtime.