Searched refs:for_each_with (Results 1 – 3 of 3) sorted by relevance
395 fn for_each_with<OP, T>(self, init: T, op: OP) in for_each_with() method
1719 .for_each_with(sender, |s, i| s.send(i).unwrap()); in check_for_each_with()
420 - Parallel iterators now offer a `for_each_with` adapter, similar to