Expand description
Cross-task communication.
Like threads, concurrent tasks sometimes need to communicate with each other. This module contains two basic abstractions for doing so:
Modulesยง
- A multi-producer, single-consumer queue for sending values across asynchronous tasks.
- A channel for sending a single message between asynchronous tasks.