From 9a6c26231b9ef748a0e2b3cc2ad870834b06ac25 Mon Sep 17 00:00:00 2001 From: Arash Sal Moslehian <57039957+arashsm79@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:05:12 +0330 Subject: [PATCH] =?UTF-8?q?Add=20Intro=20to=20Async=20Rust=20and=20Tokio?= =?UTF-8?q?=E2=80=99s=20Architecture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e55c164..abcb5c8 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,7 @@ Can I use feature X? [caniuse.rs - Rust feature search](https://caniuse.rs/) ### Async * [Futures Explained in 200 Lines of Rust](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 ### Closures