Expand description
A channel for sending a single message between asynchronous tasks.
Modules§
- Oneshot error types
Structs§
- Receive a value from the associated
Sender
. - Sends a value to the associated
Receiver
.
Functions§
- Create a new one-shot channel for sending single values across asynchronous tasks.