Skip to content

Commit

Permalink
Add Nazmul Idris's article about async to Step 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Aug 30, 2024
1 parent cd2c79e commit a751d2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 3_ecosystem/3_11_async/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@ For better understanding [actors][49] design, concepts, usage, and implementatio



## More reading

- [Nazmul Idris: Build with Naz: Rust async, non-blocking, concurrent, parallel, event loops, graceful shutdown][73]




## Task

Implement an async-driven [CLI] tool, which downloads specified web pages:
Expand Down Expand Up @@ -305,3 +312,4 @@ After completing everything above, you should be able to answer (and understand
[70]: https://without.boats/blog/let-futures-be-futures
[71]: https://without.boats/blog/futures-unordered
[72]: https://cybernetist.com/2024/04/19/rust-tokio-task-cancellation-patterns
[73]: https://developerlife.com/2024/05/19/effective-async-rust

0 comments on commit a751d2e

Please sign in to comment.