Module exchange

Source
Expand description

The exchange pattern distributes pushed data between many target pushees.

Structs§

DrainContainerDistributor
A distributor creating containers from a drainable container based on a hash function of the container’s item.
Exchange
Distributes records among target pushees according to a distributor.

Traits§

Distributor
Distribute containers to several pushers.