Hacker News new | ask | show | jobs
by uxcn 3952 days ago
Implementing a lock-free work stealing queue isn't difficult, especially with C/C++ atomics. I can't think of an implementation where ABA would be a problem.