pub fn spawn<F>(f: F)where F: Fn() + Copy + Send,
Spawn n scoped threads, where n is the available parallelism.
n