Module chan

Module chan 

Source
Expand description

Channel facade backed by crossbeam-channel when the lockfree-coordination feature is enabled.

Structs§

Receiver
The receiving side of a channel.
Sender
The sending side of a channel.

Enums§

TryRecvError
An error returned from the try_recv method.

Functions§

try_recv
Non-blocking receive helper that mirrors the fallback API.
unbounded
Creates a channel of unbounded capacity.