[][src]Module ntex::channel

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.