Crate bp3d_threads[−][src]
Expand description
Yet another threading library intended to simplify thread pools in BP3D.
Structs
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.