pub fn block_on<F: Future>(future: F) -> F::Output
Block on a future using the current tokio runtime handle.