Module async_std::channel[][src]

Expand description

Channels

Structs

The receiving side of a channel.

An error returned from Receiver::recv().

An error returned from Sender::send().

The sending side of a channel.

Enums

An error returned from Receiver::try_recv().

An error returned from Sender::try_send().

Functions

Creates a bounded channel.

Creates an unbounded channel.