Module mio_extras::channel [−][src]
Thread safe communication channel implementing Evented
Structs
| Receiver | The receiving half of a channel. |
| Sender | The sending half of a channel. |
| SyncSender | The sending half of a synchronous channel. |
Enums
| SendError | An error returned from the |
| TrySendError | An error returned from the |
Functions
| channel | Creates a new asynchronous channel, where the |
| sync_channel | Creates a new synchronous, bounded channel where the |