Expand description

Yet another threading library intended to simplify thread pools in BP3D.

Structs

An iterator into a thread pool.

Represents a ScopedThreadManager (to use with crossbeam::scope).

Core thread pool.

Represents an UnscopedThreadManager (using low level std::thread::spawn).

Traits

Trait to access the join function of a thread handle.

Trait to handle spawning generic threads.