Expand description
Intrusive, singly-linked first-in, first-out (FIFO) stacks.
See the documentation for the Stack
and TransferStack
types for
details.
Structs
- Links to other nodes in a
TransferStack
orStack
. - An intrusive singly-linked mutable FIFO stack.
- An intrusive lock-free singly-linked FIFO stack, where all entries currently in the stack are consumed in a single atomic operation.