Skip to content

Commit 203a6cb

Browse files
committed
Restore missing async chapter header
1 parent 72d030d commit 203a6cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
- [Shared-State Concurrency](ch16-03-shared-state.md)
108108
- [Extensible Concurrency with the `Send` and `Sync` Traits](ch16-04-extensible-concurrency-sync-and-send.md)
109109

110+
- [Fundamentals of Asynchronous Programming: Async, Await, Futures, and Streams](ch17-00-async-await.md)
110111
- [Futures and the Async Syntax](ch17-01-futures-and-syntax.md)
111112
- [Applying Concurrency with Async](ch17-02-concurrency-with-async.md)
112113
- [Working With Any Number of Futures](ch17-03-more-futures.md)

0 commit comments

Comments
 (0)