pub fn block_on<I: Io, F: Future>(io: I, fut: F) -> F::Output
Convenience wrapper that creates a Runtime and runs fut to completion.
Runtime
fut