Back
Mara Bos: Rust Atomics and Locks (2022, O'Reilly Media, Incorporated)

The Rust programming language is extremely well suited for concurrency, and its ecosystem has many …

Review of 'Rust Atomics and Locks' on 'Goodreads'

Really good book that helped me bring concurrency down to earth. Well explained and full of examples. The only thing I would add is a bit more about intuition, for example, a way to identify how many threads are needed for a solution and under which scenarios threads make sense (notice my lack of experience with threads).