spawn_job

Function spawn_job 

Source
unsafe fn spawn_job<F>(func: F, registry: &Arc<Registry>) -> JobRef
where F: FnOnce() + Send + 'static,