Expand description
Reexports crossbeam_channel
to uniform the dependency version.
Modules§
- oneshot
- A one-shot channel is used for sending a single message between asynchronous tasks.
Macros§
- select
- Selects from a set of channel operations.
Structs§
- Receiver
- The receiving side of a channel.
- Recv
Error - An error returned from the
recv
method. - Select
- Selects from a set of channel operations.
- Send
Error - An error returned from the
send
method. - Sender
- The sending side of a channel.
Enums§
- Recv
Timeout Error - An error returned from the
recv_timeout
method. - TrySend
Error - An error returned from the
try_send
method.