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