Crate bchannel [−] [src]
Structs
| Receiver |
The receiving end of the channel. |
| ReceiverIterator |
An iterator over received items. |
| Sender |
The sending end of the channel. |
Enums
| CommMsg |
Functions
| channel |
Returns a Sender-Receiver pair sending messages of type T, and can fail with an error of type E. |