Expand description
Futures and other types that allow asynchronous interaction with channels.
Structs§
- RecvFut
- A future which allows asynchronously receiving a message.
- Recv
Stream - A stream which allows asynchronously receiving messages.
- SendFut
- A future that sends a value into a channel.
- Send
Sink - A sink that allows sending values into a channel.