Module lockfree::darc

source ·
👎Deprecated: Bad performance and little benefits for structures.
Expand description

Provides a doubly atomic reference counter.

Structs

DarcDeprecated
Darc: Doubly atomic reference counter. Darc is an atomic pointer which stores Arcs.
SharedIncinDeprecated
The shared incinerator used by Darc. 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.