Crate lockfree[][src]

Modules

darc

Provides a doubly atomic reference counter.

incinerator

Incinerator API. The purpouse of this module is to solve the "ABA problem" related to pointers while still being lock-free. Incinerator is a garbage deleter which does not necessarilly deletes all garbage at the moment it was added to the queue, i.e. it can be paused while still not-blocking any thread.

prelude

Provides convenient re-exports.

queue

A lock-free queue.

stack

A lock-free stack.