Structs§
- Receiver
- The receiving end of the channel.
- Receiver
Iterator - An iterator over received items.
- Sender
- The sending end of the channel.
Enums§
Functions§
- channel
- Returns a Sender-Receiver pair sending messages of type T, and can fail with an error of type E.