Module std::sync::mpmc::list

source ·
Expand description

Unbounded channel implemented as a linked list.

Structs

  • Block 🔒
    A block in a linked list.
  • Channel 🔒
    Unbounded channel implemented as a linked list.
  • ListToken 🔒
    The token type for the list flavor.
  • Position 🔒
    A position in a channel.
  • Slot 🔒
    A slot in a block.

Constants