pub fn block_on<F: Future>(future: F) -> F::Output
Create a temporary tokio runtime and block on the given future.