Crate thread_manager
source ·Structs§
- A simplified version of
ThreadManagerRawfor managing threads that execute functions returning a specific typeT. - A thread manager for executing jobs in parallel. This struct manages a pool of worker threads and distributes jobs among them.