pub fn try_init_global_executor<E>(executor: E) -> Result<(), E>where
E: Executor + 'static,Available on crate feature
std only.Expand description
Try to initialize the global executor for spawning Send futures.
This is a non-panicking version of init_global_executor.