Expand description
Unsync single-producer single-consumer channel (i.e. a single-threaded queue with async hooks).
Structs§
- Receiver
- Receiving half of an unsync MPSC.
- Send
Error - Error returned by the
Sender
. - Sender
- Send half of am unsync MPSC.
Enums§
- TrySend
Error - This enumeration is the list of the possible error outcomes for the
try_send
method.