job_queue.hpp file
Namespaces
- namespace mt
Classes
-
template<typename T>class mt::job_queue
- A generic job queue structure that implements the classical consumer-producer pattern. It's thread-safe and can be used to transfer any type.