OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <atomic>
#include <vector>
#include <thread>
#include <mutex>
#include <deque>
#include <condition_variable>
Go to the source code of this file.
Classes | |
class | ojph::thds::worker_thread_base |
A base object for queuing tasks in the thread_pool. More... | |
class | ojph::thds::thread_pool |
Implements a pool of threads, and can queue tasks. More... | |
Namespaces | |
namespace | ojph |
namespace | ojph::thds |