pub fn block_on<F: Future>(future: F) -> F::Output
Drive future to completion on the current thread, returning its output.
future
Panics if the executor fails to initialise (kqueue/pipe failure).