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