Free Download Rust Atomics and Locks: Low-Level Concurrency in Practice by Mara Bos
English | February 7th, 2023 | ISBN: 1098119444 | 249 pages | True EPUB (Retail Copy) | 3.18 MB
The Rust programming language is extremely well suited for concurrency, and its ecosystem has many libraries that include lots of concurrent data structures, locks, and more. But implementing those structures correctly can be very difficult. Even in the most well-used libraries, memory ordering bugs are not uncommon.

(more…)