Module git_features::parallel::reduce [−][src]
Structs
IdentityWithResult | An identity reducer for those who want to use |
Stepwise | An iterator adaptor to allow running computations using |
Traits
Finalize | A trait reflecting the |
Reduce | An trait for aggregating items commonly produced in threads into a single result, without itself needing to be thread safe. |