pub fn par_for_each_in<I: DynSend, T: IntoIterator<Item = I>>( t: T, for_each: impl Fn(&I) + DynSync + DynSend, )