Rust logo
Rust 1.77.0-nightly
2319be8e2

Concurrency

There is a new edition of the book and this is an old link.

Historically, programming [concurrency] has been difficult and error prone: Rust hopes to change that. Fearless concurrency allows you to write code that’s free of subtle bugs and is easy to refactor without introducing new bugs.


Here are the relevant sections in the new and old books: