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
recvmethod. - Request
- Synchronous request sent to the service.
- Select
- Selects from a set of channel operations.
- Send
Error - An error returned from the
sendmethod. - Sender
- The sending side of a channel.
Enums§
- Recv
Timeout Error - An error returned from the
recv_timeoutmethod. - TrySend
Error - An error returned from the
try_sendmethod.
Constants§
- DEFAULT_
CHANNEL_ SIZE - Default channel size to send messages.
- SIGNAL_
CHANNEL_ SIZE - Default channel size to send control signals.