Woile reviewed Rust Atomics and Locks by Mara Bos
Review of 'Rust Atomics and Locks' on 'Goodreads'
5 stars
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).