Module demux_map_lazy

Module demux_map_lazy 

Source
Available on crate feature std only.
Expand description

LazyDemuxSink and related items.

Structs§

LazyDemuxSink
Sink which receives keys paired with items (Key, Item), and lazily creates sinks on first use.

Functions§

demux_map_lazy
Creates a LazyDemuxSink that lazily creates sinks on first use for each key.