[][src]Module flume::async

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.

SendFuture

A future that sends a value into a channel.

SendSink

A sink that allows sending values into a channel.