Expand description
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.
Structs§
- Thread
Group ThreadGroup
is allows spawning several threads and waiting for their completion through the specialized methods.
Enums§
Functions§
- thread_
id thread_id
returns a deterministic name for instances ofstd::thread::Thread
.