Structsยง
- Result
Iter - Thread
Looper - The
ThreadLooper
struct is designed for managing a looping background thread. - Thread
Manager - A dynamic dispatch version of
ThreadManagerCore
for managing threads that execute functions returning a specific typeT
. - Thread
Manager Core - A thread manager for executing jobs in parallel. This struct manages a pool of worker threads and distributes jobs among them.
- Yield
Result Iter