Lock-Free
A progress guarantee under which the system as a whole continues making progress even if individual threads are delayed.
Related Concepts
- Wait-Free
- Compare-and-Swap
- ABA Problem
- False Sharing
A progress guarantee under which the system as a whole continues making progress even if individual threads are delayed.