Crate tokio_channel

Source
Expand description

Asynchronous channels.

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

Modulesยง

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