Skip to content

Commit 5401f08

Browse files
committed
A concurrency chapter to replace the tasks chapter.
Fixes rust-lang#18936 Fixes rust-lang#18938 Fixes rust-lang#20038 Fixes rust-lang#8395 Fixes rust-lang#2080 Fixes rust-lang#21194
1 parent ba2f13e commit 5401f08

File tree

3 files changed

+392
-397
lines changed

3 files changed

+392
-397
lines changed

src/doc/trpl/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* [Iterators](iterators.md)
2828
* [Generics](generics.md)
2929
* [Traits](traits.md)
30-
* [Threads](threads.md)
30+
* [Concurrency](concurrency.md)
3131
* [Error Handling](error-handling.md)
3232
* [Documentation](documentation.md)
3333
* [III: Advanced Topics](advanced.md)

0 commit comments

Comments
 (0)