pub fn global_executor() -> &'static dyn Executor
Available on crate feature executor 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