Home
last modified time | relevance | path

Searched refs:ForEachConsumer (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rayon/src/iter/
Dfor_each.rs11 let consumer = ForEachConsumer { op }; in for_each()
15 struct ForEachConsumer<'f, F> { struct
19 impl<'f, F, T> Consumer<T> for ForEachConsumer<'f, F> implementation
23 type Folder = ForEachConsumer<'f, F>;
40 impl<'f, F, T> Folder<T> for ForEachConsumer<'f, F> implementation
66 impl<'f, F, T> UnindexedConsumer<T> for ForEachConsumer<'f, F> implementation
71 ForEachConsumer { op: self.op } in split_off_left()
/external/rust/crates/rayon/src/iter/plumbing/
DREADME.md67 final step, so it will create a `ForEachConsumer` that, given an item,
68 just calls `some_other_function` with that item. (`ForEachConsumer` is
93 Therefore, `FlatMap` can wrap the `ForEachConsumer` with a
97 `ForEachConsumer`. The `drive_unindexed` method on `flat_map` can then