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.
- List
Token ๐ - 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.