Function crossbeam::thread::builder_spawn_unchecked[][src]

pub unsafe fn builder_spawn_unchecked<'a, F>(
    builder: Builder,
    f: F
) -> Result<JoinHandle<()>, Error> where
    F: FnOnce() + Send + 'a, 

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