#concurrency
Explore Books, Authors and Common Highlights on Concurrency
Showing 2 of 2 highlights
In Rust, you can’t have data races, which are a common source of bugs in concurrent programming.
From The Rust Programming Language by Steve Klabnik & Carol Nichols
The borrow checker ensures that the code is safe and free from data races.
From The Rust Programming Language by Steve Klabnik & Carol Nichols