rustc_data_structures::sync

Function par_for_each_in

source
pub fn par_for_each_in<T: IntoIterator>(t: T, for_each: impl FnMut(T::Item))