#thread #group #completion #life #real #wait #world

nightly thread-groups

thread-groups is a tool that spawns several threads so you can wait for their completion and enjoy the silence of your life in the real world

2 releases

new 0.0.2 Feb 18, 2025
0.0.1 Feb 18, 2025

#346 in Concurrency


Used in 2 crates (via iocore)

MIT license

9KB
166 lines

Thread Groups

ThreadGroup is a tool that spawns several threads so you can wait for their completion and enjoy the silence of your life in the real world.

Inspired by gevent.joinall


lib.rs:

Thread Groups is a simple tool for spawing several threads and waiting for all to complete - i.e.: join - at once.

It provides the ThreadGroup struct which does all the job for you so you can wait and enjoy the silence of your life in the real world.

No runtime deps