Crate thread_manager

Source

Structsยง

ResultIter
ThreadLooper
The ThreadLooper struct is designed for managing a looping background thread.
ThreadManager
A dynamic dispatch version of ThreadManagerCore for managing threads that execute functions returning a specific type T.
ThreadManagerCore
A thread manager for executing jobs in parallel. This struct manages a pool of worker threads and distributes jobs among them.
YieldResultIter