pub fn register_global_executor<E: Executor + 'static>(executor: E)
Available on crate feature executor only.
Expand description

Register provided Executor as global executor implementation.

§Panic

Multiple calls to this function are not permitted!!!