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