Question
What guarantee does a lock-free algorithm provide?
Select an option. Your answer will be checked instantly.
Correct Answer: D. The system as a whole continues making progress even if individual threads may be delayed
Explanation:
Lock-free progress means some operation completes in a finite number of system-wide steps despite contention.
It is weaker than wait-free progress, which guarantees completion for every individual thread.
Leave a Reply