Function rayon_core::spawn::spawn_fifo_in

source ยท
pub(crate) unsafe fn spawn_fifo_in<F>(func: F, registry: &Arc<Registry>)
where F: FnOnce() + Send + 'static,
Expand description

Spawns an asynchronous FIFO job in registry.

Unsafe because registry must not yet have terminated.