Expand description
Yet another threading library intended to simplify thread pools in BP3D.
Structs§
- Iter
- An iterator into a thread pool.
- Scoped
Thread Manager - Represents a ScopedThreadManager (to use with crossbeam::scope).
- Thread
Pool - Core thread pool.
- Unscoped
Thread Manager - Represents an UnscopedThreadManager (using low level std::thread::spawn).
Traits§
- Join
- Trait to access the join function of a thread handle.
- Thread
Manager - Trait to handle spawning generic threads.