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.
  • Receiver 🔒
    Receiver handle to a channel.
  • Sender 🔒
    Sender handle to a channel.
  • Slot 🔒
    A slot in a block.

Constants