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§
Traits§
- Crossbeam
Sender - The sending side of a channel which is a part of a pipeline.
- Pipeline
Stage - Describes a stage of mapping, filtering etc. of elements passed through a channel.