book/redirects/concurrency.md

18 lines
633 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% 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 thats 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