Function crossbeam::thread::spawn_unchecked[][src]

pub unsafe fn spawn_unchecked<'a, F>(f: F) -> JoinHandle<()> where
    F: FnOnce() + Send + 'a, 

Like std::thread::spawn, but without the closure bounds.