pub fn block_on<F: Future>(future: F) -> F::Output
A safe utility function to block on an async future using the global multi-threaded runtime.