Crate bp3d_threads

Source
Expand description

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

Structs§

Iter
An iterator into a thread pool.
ScopedThreadManager
Represents a ScopedThreadManager (to use with crossbeam::scope).
ThreadPool
Core thread pool.
UnscopedThreadManager
Represents an UnscopedThreadManager (using low level std::thread::spawn).

Traits§

Join
Trait to access the join function of a thread handle.
ThreadManager
Trait to handle spawning generic threads.