rust-atomics-and-locks
rust-atomics-and-locks copied to clipboard
Chapter 9 slightly inaccurate description?
Type of error
Minor technical mistake
Location of the error
https://marabos.nl/atomics/building-locks.html#optimizing-further
Description of the error
"After the lock state has changed" - if I'm following correctly then we don't know that the lock state has necessarily changed, either the lock state changed or we did 100 "spins"?