An introduction to lockless algorithms
An introduction to lockless algorithms
Posted Feb 20, 2021 0:25 UTC (Sat) by pebolle (guest, #35204)In reply to: An introduction to lockless algorithms by mpr22
Parent article: An introduction to lockless algorithms
> [...] all accesses to the data structure form a total ordering [...]
and
> The ordering of operations is total within a single thread.
Totally clear.
