Module crossbeam_channel::flavors::array
source ยท Expand description
Bounded channel based on a preallocated array.
This flavor has a fixed, positive capacity.
The implementation is based on Dmitry Vyukovโs bounded MPMC queue.
Source:
Structsยง
- ArrayToken ๐The token type for the array flavor.
- Channel ๐Bounded channel based on a preallocated array.
- Receiver ๐Receiver handle to a channel.
- Sender ๐Sender handle to a channel.
- Slot ๐A slot in a channel.