scc

Module 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.