Crate tokio_channel[][src]

Asynchronous channels.

This crate provides channels that can be used to communicate between asynchronous tasks.

Modules

mpsc

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

oneshot

A one-shot, futures-aware channel