Expand description
A multi-producer, single-consumer, futures-aware, FIFO queue.
Structs§
- The receiving end of a channel which implements the
Stream
trait. - Error type for sending, used when the receiving end of a channel is dropped
- The transmission end of a channel.
Functions§
- Creates a unbounded in-memory channel with buffered storage.