Module lockfree::stack

source ·
Expand description

A lock-free stack.

Structs

An iterator based on pop operation of the Stack.
A lock-free stack. LIFO/FILO semanthics are fully respected.