pub fn set_boxed_executor(sp: Box<dyn LocalSpawn>)Expand description
Sets the global executor for the current thread to a Box<dyn LocalSpawn>. This value is leaked.
pub fn set_boxed_executor(sp: Box<dyn LocalSpawn>)Sets the global executor for the current thread to a Box<dyn LocalSpawn>. This value is leaked.