Tag Collection

#concurrency

Explore Books, Authors and Common Highlights on Concurrency

Showing 2 of 2 highlights

The borrow checker ensures that the code is safe and free from data races.
In Rust, you can’t have data races, which are a common source of bugs in concurrent programming.