pub fn block_on<F: Future>(f: F) -> F::Output
Run a future to completion with the default Runtime object.
Runtime