Expand description
An async aware MPSC channel that can be used on no-alloc systems.
Structs§
- An MPSC channel for use in no-alloc systems.
N
sets the size of the queue. - Error state for when the receiver has been dropped.
- A receiver of the channel. There can only be one receiver at any time.
- A
Sender
can send to the channel and can be cloned.
Enums§
- Possible receive errors.
- Errors that ’try_send` can have.