Module local_channel::mpsc
source · [−]Expand description
A non-thread-safe multi-producer, single-consumer, futures-aware, FIFO queue.
Structs
The receiving end of a channel which implements the Stream
trait.
The transmission end of a channel.
Functions
Creates a unbounded in-memory channel with buffered storage.