pub fn tokio_runtime() -> Runtime
Create a new Tokio runtime
tokio_runtime().block_on(async { ...async stuff });