From 463f66a7dce7b1856f9d24282c642441f5a0ab12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Sampaio?= Date: Thu, 22 May 2025 02:45:11 +0100 Subject: [PATCH] Post: Joining threads immediately as they finish in Rust --- draft/2025-05-21-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-05-21-this-week-in-rust.md b/draft/2025-05-21-this-week-in-rust.md index d879e5a75..484b2eff7 100644 --- a/draft/2025-05-21-this-week-in-rust.md +++ b/draft/2025-05-21-this-week-in-rust.md @@ -46,6 +46,7 @@ and just ask the editors to select the category. * [Disable debuginfo to improve Rust compile times](https://kobzol.github.io/rust/rustc/2025/05/20/disable-debuginfo-to-improve-rust-compile-times.html) ### Rust Walkthroughs +* [Joining threads immediately as they finish in Rust](https://jpmelos.com/posts/joining-multiple-rust-threads/) ### Research