Crate thread_manager

source ·

Structs§

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