pub fn with_runtime<F, R>(f: F) -> Rwhere F: FnOnce(&Runtime) -> R,
Run a callback with the default Runtime object.
Runtime