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ยง
- Array
Token ๐ - 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.