Available on crate feature
alloc
only.Expand description
An MPMC channel.
Structs
- The channel has been closed.
- A receiver for an MPMC channel.
- A sender for an MPMC channel.
Enums
- The
try_recv
operation failed.
Functions
- Create a new MPMC channel.