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
Singly-linked-list linkage
Stack
An intrusive singly-linked mutable FIFO stack.
TransferStacktarget_has_atomic="ptr"
An intrusive lock-free singly-linked FIFO stack, where all entries currently in the stack are consumed in a single atomic operation.