Expand description
A fast, small, full-featured async-aware oneshot channel
Unique feature: wait for receiver to be waiting.
Also supports the full range of things you’d expect.
Structs§
- An empty struct that signifies the channel is closed.
- The receiving half of a oneshot channel.
- The sending half of a oneshot channel.
Enums§
- We couldn’t receive a message.
Functions§
- Create a new oneshot channel pair.