Module scc::stack

source ·
Expand description

Stack is a lock-free concurrent last-in-first-out container.

Structs§

  • An iterator over the entries of a Stack.
  • Stack is a lock-free concurrent last-in-first-out container.