From 654a74e195e2df85e86812c45eeabded469e21ab Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 25 Oct 2023 18:21:46 +0300 Subject: [PATCH] Add Saoirse Shipwreckt's article about async to Step 3.11 --- 3_ecosystem/3_11_async/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3_ecosystem/3_11_async/README.md b/3_ecosystem/3_11_async/README.md index 58414fb..0cb5901 100644 --- a/3_ecosystem/3_11_async/README.md +++ b/3_ecosystem/3_11_async/README.md @@ -73,6 +73,7 @@ For better understanding [`Waker`] design, usage, and features, read through the - [Asynchronous Programming in Rust][23] - [Amos: Understanding Rust futures by going way too deep][25] - [Hayden Stainsby: how I finally understood async/await in Rust (part 4)][67] +- [Saoirse Shipwreckt: Why async Rust?][69] @@ -297,3 +298,4 @@ After completing everything above, you should be able to answer (and understand [66]: https://ibraheem.ca/posts/too-many-web-servers [67]: https://hegdenu.net/posts/understanding-async-await-4 [68]: https://without.boats/blog/thread-per-core +[69]: https://without.boats/blog/why-async-rust