2 releases
new 0.0.2 | Feb 18, 2025 |
---|---|
0.0.1 | Feb 18, 2025 |
#346 in Concurrency
Used in 2 crates
(via iocore)
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.