Module async

Source
Expand description

Futures and other types that allow asynchronous interaction with channels.

Structs§

RecvFut
A future which allows asynchronously receiving a message.
RecvStream
A stream which allows asynchronously receiving messages.
SendFut
A future that sends a value into a channel.
SendSink
A sink that allows sending values into a channel.