NAGASH 0.9.8
Next Generation Analysis System
|
#include <vector>
#include <queue>
#include <memory>
#include <thread>
#include <mutex>
#include <condition_variable>
#include <future>
#include <functional>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | NAGASH::ThreadPool |
a lightweight thread pool Modified from https://github.com/progschj/ThreadPool More... | |
Namespaces | |
namespace | NAGASH |
Definition in file ThreadPool.h.