Module rayon::par_iter::internal
[−]
[src]
Internal traits and functions used to implement parallel
iteration. These should be considered highly unstable: users of
parallel iterators should not need to interact with them directly.
See README.md for a high-level overview.
Structs
| NoopReducer |
Utility type for consumers that don't need a "reduce" step. Just reduces unit to unit. |
Traits
| Consumer |
A consumer which consumes items that are fed to it. |
| Folder | |
| Producer |
A producer which will produce a fixed number of items N. This is not queryable through the API; the consumer is expected to track it. |
| ProducerCallback | |
| Reducer | |
| UnindexedConsumer |
A stateless consumer can be freely copied. |
Functions
| bridge |