Crate thread_groups

Source
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§

ThreadGroup
ThreadGroup is allows spawning several threads and waiting for their completion through the specialized methods.

Enums§

Error

Functions§

thread_id
thread_id returns a deterministic name for instances of std::thread::Thread.

Type Aliases§

Result