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