Microsoft Store
 

Non-blocking synchronization


 

Non-blocking synchronization (also called lock-free synchronization) is a technique that uses special algorithms to avoid threads competing for a shared resource having their execution indefinitely postponed by mutual exclusion.

Related Topics:
Technique - Algorithm - Thread - Resource - Execution - Mutual exclusion

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Good reasons to use it are:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~