Threading namespace
Contents
- Reference
Classes
- class ThreadPool
- Allows to execute tasks in multithread manner.
-
template<typename T>class UnboundedMPMCQueue
- Allows to add tasks and blocking wait for element appearance for multiple writers (producers) and multiple readers (consumers).