Module stack

Source
Expand description

Intrusive, singly-linked first-in, first-out (FIFO) stacks.

See the documentation for the Stack and TransferStack types for details.

Structsยง

Links
Links to other nodes in a TransferStack or Stack.
Stack
An intrusive singly-linked mutable FIFO stack.
TransferStack
An intrusive lock-free singly-linked FIFO stack, where all entries currently in the stack are consumed in a single atomic operation.