From 570ef97e46b8deeb014b49d683221cdce57ebd64 Mon Sep 17 00:00:00 2001 From: Faisal Ahmed <42486737+felixfaisal@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:21:59 +0530 Subject: [PATCH] feat: add "Building Async I/O in Rust: How Futures, Wakers, and Thread Pools Work Together" article --- draft/2024-10-09-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-10-09-this-week-in-rust.md b/draft/2024-10-09-this-week-in-rust.md index faae64292..bbedc0aa2 100644 --- a/draft/2024-10-09-this-week-in-rust.md +++ b/draft/2024-10-09-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Building Async I/O in Rust: How Futures, Wakers, and Thread Pools Work Together](https://www.spaghetti-coder.com/building-async-io-in-rust-how-futures-wakers-and-thread-pools-work-together) ### Research