Module lockfree::stack

source ·
Expand description

A lock-free stack.

Structs

An iterator based on pop operation of the Stack.
The shared incinerator used by Stack. You may want to use this type in order to reduce memory consumption of the minimal space required by the incinerator. However, garbage items may be hold for longer time than they would if no shared incinerator were used.
A lock-free stack. LIFO/FILO semanthics are fully respected.