pub(crate) unsafe fn spawn_in<F>(func: F, registry: &Arc<Registry>)where F: FnOnce() + Send + 'static,
Spawns an asynchronous job in registry.
registry.
Unsafe because registry must not yet have terminated.
registry