Module demux_map

Module demux_map 

Source
Available on crate feature std only.
Expand description

DemuxMap and related items.

Structs§

DemuxMap
Sink which receives keys paired with items (Key, Item), and pushes to the corresponding output sink in a HashMap of sinks.

Functions§

demux_map
Creates a DemuxMap sink that sends each item to one of many outputs, depending on the key.