pub fn runtime() -> Handle
Returns a Handle to the global Tokio runtime.
Handle
If a Tokio runtime is already entered on the current thread, its handle is returned directly. Otherwise a lazily-initialised global runtime is used.