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.
  • Error returned when attempting to send after the channels’ Receiver is dropped or closed.
  • The transmission end of a channel.

Functions

  • Creates a unbounded in-memory channel with buffered storage.