Module ntex::channel

source ·
Expand description

Communication primitives

Modules§

  • A multi-producer, single-consumer, futures-aware, FIFO queue.
  • A one-shot, futures-aware channel.
  • A one-shot pool, futures-aware channel.

Structs§

  • Error returned from a Receiver when the corresponding Sender is dropped.