Content deleted Content added
m fix my own dumb mistake |
Disambiguate execution. Typo. Pipetricks. |
||
Line 1:
'''Non-blocking synchronization''' is a [[technique]] that uses special [[algorithm]]s to avoid that the [[execution (computers)|execution]] of [[
Good reasons to use it are:
*[[Lock (software engineering)|
*[[Priority inversion]] does not happen if no locks are aquired.
|