Module 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ยง

BLOCK_CAP ๐Ÿ”’
DESTROY ๐Ÿ”’
LAP ๐Ÿ”’
MARK_BIT ๐Ÿ”’
READ ๐Ÿ”’
SHIFT ๐Ÿ”’
WRITE ๐Ÿ”’