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