Function aoc::util::thread::spawn

source ยท
pub fn spawn<F, T>(f: F)
where F: FnOnce() -> T + Copy + Send, T: Send,
Expand description

Spawn n scoped threads, where n is the available parallelism.