Function crossbeam_utils::scoped::spawn_unsafe
[−]
[src]
pub unsafe fn spawn_unsafe<'a, F>(f: F) -> JoinHandle<()> where
F: FnOnce() + Send + 'a,
Like std::thread::spawn
, but without the closure bounds.