Skip to content

Commit fa28f02

Browse files
committed
Auto merge of #21152 - steveklabnik:tasks, r=huonw
This moves the "Tasks" chapter to a "Concurrency" one, as it's about threads, but also about how to deal with concurrency issues. r? @aturon
2 parents ba2f13e + 5401f08 commit fa28f02

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)