pub const IO_RUNTIME: LocalKey<RefCell<Option<Handle>>>;
Tokio runtime Handle for doing network (I/O) operations, see spawn_io
Handle
spawn_io