Available on crate feature
std only.Expand description
DemuxMap and related items.
Structs§
- Demux
Map - Sink which receives keys paired with items
(Key, Item), and pushes to the corresponding output sink in aHashMapof sinks.
Functions§
- demux_
map - Creates a
DemuxMapsink that sends each item to one of many outputs, depending on the key.