Module tokio_core::channel
[−]
[src]
In-memory evented channels.
This module contains a Sender and Receiver pair types which can be used
to send messages between different future tasks.
Structs
| Receiver |
The receiving half of a channel used for processing messages sent by a
|
| Sender |
The transmission half of a channel used for sending messages to a receiver. |
Functions
| channel |
Creates a new in-memory channel used for sending data across |