Function rayon_core::spawn::spawn_in
source ยท pub(crate) unsafe fn spawn_in<F>(func: F, registry: &Arc<Registry>)
Expand description
Spawns an asynchronous job in registry.
Unsafe because registry
must not yet have terminated.