|
|
|
|
|
by colanderman
4535 days ago
|
|
Indeed, fetch-and-add can only solve consensus for up to 2 actors [1]. However, that only directly relates to wait-free (= guaranteed individual progress) data structures. I forget how that relates to lock-free data structures. [1] http://en.wikipedia.org/wiki/Fetch-and-add |
|