Module crossbeam_channel::flavors::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.
  • Receiver ๐Ÿ”’
    Receiver handle to a channel.
  • Sender ๐Ÿ”’
    Sender handle to a channel.
  • Slot ๐Ÿ”’
    A slot in a block.

Constantsยง