Revert "Post: Joining threads immediately as they finish in Rust"

This reverts commit fb988cd8fc.
This commit is contained in:
Eric Seppanen 2025-05-16 16:56:04 +02:00
parent 24319c82fb
commit 1376eb195c
1 changed files with 0 additions and 1 deletions

View File

@ -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