From 1376eb195ce7c8c8f08c3e3ceac1ac01ae2e384e Mon Sep 17 00:00:00 2001 From: Eric Seppanen Date: Fri, 16 May 2025 16:56:04 +0200 Subject: [PATCH] Revert "Post: Joining threads immediately as they finish in Rust" This reverts commit fb988cd8fc08e595fdc64402562b043b6921ae8f. --- content/2025-05-14-this-week-in-rust.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/2025-05-14-this-week-in-rust.md b/content/2025-05-14-this-week-in-rust.md index b84eaa77..b3df96fb 100644 --- a/content/2025-05-14-this-week-in-rust.md +++ b/content/2025-05-14-this-week-in-rust.md @@ -63,7 +63,6 @@ and just ask the editors to select the category. ### Rust Walkthroughs * [Functional asynchronous Rust](https://willemvanhulle.tech/blog/func-async/) * [The Power of Compile-Time ECS Architecture in Rust](https://minikin.me/blog/entity-component-systems-reimagined) -* [Joining threads immediately as they finish in Rust](https://jpmelos.com/posts/joining-multiple-rust-threads/) * [video] [Build with Naz : Spinner animation, lock contention, Ctrl+C handling for TUI and CLI](https://www.youtube.com/watch?v=iIMYzczF11c) ### Miscellaneous