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.