Home
last modified time | relevance | path

Searched refs:for_each_with (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/rayon/src/iter/
Dmod.rs395 fn for_each_with<OP, T>(self, init: T, op: OP) in for_each_with() method
Dtest.rs1719 .for_each_with(sender, |s, i| s.send(i).unwrap()); in check_for_each_with()
/external/rust/crates/rayon/
DRELEASES.md420 - Parallel iterators now offer a `for_each_with` adapter, similar to