Module ntex::channel[][src]

Expand description

Communication primitives

Modules

condition
mpsc

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

oneshot

A one-shot, futures-aware channel.

pool

A one-shot pool, futures-aware channel.

Structs

Canceled

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