Module ppl::thread_pool
source · Expand description
Work-stealing based thread pool.
This module contains the implementation of a work-stealing based thread pool.
This implementation of the thread pool supports scoped jobs.
This module offers struct as ThreadPool that allows to create a thread pool.
Structs
- A scope to execute jobs on other threads.
- Struct representing a thread pool.