๐ฌThis is a nightly-only experimental API. (
mpmc_channel
#126840)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 ๐Experimental - The token type for the array flavor.
- Channel ๐
Experimental - Bounded channel based on a preallocated array.
- Slot ๐
Experimental - A slot in a channel.