Module git_repository::parallel::reduce
source · Expand description
Structs
An identity reducer for those who want to use
Stepwise
or in_parallel()
without the use of non-threaded reduction of products created in threads.An iterator adaptor to allow running computations using
in_parallel()
in a step-wise manner, see the module docs
for details.