Module lockfree::stack[][src]

A lock-free stack.

Structs

Iter

An iterator based on pop operation of the Stack.

Stack

A lock-free stack. LIFO/FILO semanthics are fully respected.