[][src]Module actori_utils::mpsc

A multi-producer, single-consumer, futures-aware, FIFO queue.

Structs

Receiver

The receiving end of a channel which implements the Stream trait.

SendError

Error type for sending, used when the receiving end of a channel is dropped

Sender

The transmission end of a channel.

Functions

channel

Creates a unbounded in-memory channel with buffered storage.