Skip to main content

2 docs tagged with "lock-free"

View all tags

Atomics and Memory Fences

Atomic operations execute as single, indivisible steps with no interference from other threads. Memory fences (barriers) establish ordering constraints between operations.

Boost.Atomic

Boost.Atomic provides atomic operations with explicit memory-ordering guarantees — the building