Expand description
Asynchronous channels.
This crate provides channels that can be used to communicate between asynchronous tasks.
Modulesยง
- A multi-producer, single-consumer queue for sending values across asynchronous tasks.
- A channel for sending a single message between asynchronous tasks.