global_executor

Function global_executor 

Source
pub fn global_executor() -> &'static dyn Executor
Available 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