rust-atomics-and-locks icon indicating copy to clipboard operation
rust-atomics-and-locks copied to clipboard

Code examples, data structures, and links from my book, Rust Atomics and Locks.

Results 14 rust-atomics-and-locks issues
Sort by recently updated
recently updated
newest added

### 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...

errata
unconfirmed

### 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...

errata
unconfirmed

### 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

errata
confirmed

### 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 =...

errata
unconfirmed