pub fn global_executor() -> &'static dyn ExecutorAvailable on crate feature
executor or docsrs only.Expand description
Get the globally registered instance of Executor.
ยงPanic
You should call register_global_executor first to register implementation,
otherwise this function will cause a panic with Call register_global_executor first