Available on crate feature
sync
only.Expand description
A channel for sending a single message between asynchronous tasks.
Modules§
- error
- Oneshot error types
Structs§
Functions§
- channel
- Create a new one-shot channel for sending single values across asynchronous tasks.