Crate transformable_channels

Source
Expand description

Implementation of channels that supports iterator-like operation such as map, filter

Modules§

mpsc
Near drop-in replacement for std::sync::mpsc; A variant of std::sync::mpsc that supports map-style operations.