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.