Crate channel_pipes

Crate channel_pipes 

Source
Expand description

Performs various operations on broadcast queues.

This crate is WIP and currently only works with crossbeam.

Modules§

operators
Contains various operators that modify the behavior of the pipe.

Structs§

PipedSender

Traits§

CrossbeamSender
The sending side of a channel which is a part of a pipeline.
PipelineStage
Describes a stage of mapping, filtering etc. of elements passed through a channel.