rust-atomics-and-locks
rust-atomics-and-locks copied to clipboard
Code examples, data structures, and links from my book, Rust Atomics and Locks.
### 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...
### Type of error Minor technical mistake ### Location of the error https://marabos.nl/atomics/memory-ordering.html#fences ### Description of the error In the "Let’s take a look at a more complicated use case...
### Type of error Serious technical mistake ### Location of the error https://marabos.nl/atomics/building-spinlock.html#building-safe-spinlock ### Description of the error The guard is missing `PhantomData
### Type of error Minor technical mistake ### Location of the error https://marabos.nl/atomics/basics.html ### Description of the error Minor issue in explaing code for "Undefined Behavior ": let a =...