cordyceps

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§

  • Singly-linked-list linkage
  • 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.