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.