Hacker News new | ask | show | jobs
by chrisseaton 2056 days ago
A system cannot deadlock with CAS.

It can live-lock.

I think you’re possibly confusing lock-free and wait-free, which is a stronger guarantee.