Module gix_features::parallel::reduce

source ·
Expand description

Structs§

Traits§

  • A trait reflecting the finalize() method of Reduce implementations
  • An trait for aggregating items commonly produced in threads into a single result, without itself needing to be thread safe.