Expand description
Reexports crossbeam_channel
to uniform the dependency version.
Modules§
- A one-shot channel is used for sending a single message between asynchronous tasks.
Macros§
- Selects from a set of channel operations.
Structs§
- The receiving side of a channel.
- An error returned from the
recv
method. - Selects from a set of channel operations.
- An error returned from the
send
method. - The sending side of a channel.
Enums§
- An error returned from the
recv_timeout
method. - An error returned from the
try_send
method.
Functions§
- Creates a receiver that delivers a message after a certain duration of time.
- Creates a channel of bounded capacity.
- Creates a receiver that delivers messages periodically.
- Creates a channel of unbounded capacity.