From e7d194b9f2439cb8eb6d571afa1ff46a8722c060 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Wed, 23 Oct 2024 10:25:12 -0700 Subject: [PATCH] link to Async Rust in Three Parts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be7e5bf..864fb39 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,7 @@ Can I use feature X? [caniuse.rs - Rust feature search](https://caniuse.rs/) * [Futures Explained in 200 Lines of Rust](https://web.archive.org/web/20230324130904/https://cfsamson.github.io/books-futures-explained/) - Carl Fredrik Samson * [Introduction to Async Rust and a High-level Overview of Tokio’s Architecture](https://moslehian.com/posts/2023/1-intro-async-rust-tokio/) - Arash Sal Moslehian +* [Async Rust in Three Parts](https://jacko.io/async_intro.html) - Jack O'Connor ### Closures