Non-blocking algorithm: Difference between revisions

Content deleted Content added
Disambiguate execution. Typo. Pipetricks.
m typo again.
Line 3:
Good reasons to use it are:
*[[Lock (software engineering)|Lock]]s can not be acquired in [[interrupt handler]]s.
*[[Priority inversion]] does not happen if no locks are aquiredacquired.
 
==See also==