Module array

Source
๐Ÿ”ฌ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ยง

ArrayToken ๐Ÿ”’ Experimental
The token type for the array flavor.
Channel ๐Ÿ”’ Experimental
Bounded channel based on a preallocated array.
Slot ๐Ÿ”’ Experimental
A slot in a channel.