summaryrefslogtreecommitdiffstats
path: root/src/doc/book/redirects/concurrency.md
blob: da7fb2fb0977b137bb10e2439551ccd1d13be3c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Concurrency

<small>There is a new edition of the book and this is an old link.</small>

> 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:

* **[in the current edition: Ch 16.00 — Fearless Concurrency][2]**
* <small>[In the first edition: Ch 4.6 — Concurrency][1]</small>


[1]: https://doc.rust-lang.org/1.30.0/book/first-edition/concurrency.html
[2]: ch16-00-concurrency.html