> NOTE: In this snippet we ignore the ABA problem The article doesn't go into details but this is subtle way to mess up writing lock free data structures: https://en.wikipedia.org/wiki/ABA_problem
Can you point me at an example of this?
> NOTE: In this snippet we ignore the ABA problem The article doesn't go into details but this is subtle way to mess up writing lock free data structures: https://en.wikipedia.org/wiki/ABA_problem
Can you point me at an example of this?