Module std::sync::mpmc::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.
  • Slot 🔒
    A slot in a channel.