with_num_threads

Function with_num_threads 

Source
pub fn with_num_threads<F, R>(nthreads: usize, f: F) -> R
where F: FnOnce() -> R,