|
Maestro 0.1.0
Unified interface for quantum circuit simulation
|
#include <condition_variable>#include <queue>#include <vector>#include <fstream>#include "WorkerThread.h"Go to the source code of this file.
Classes | |
| class | Utils::ThreadsPool< Job > |
| ThreadsPool class for holding and controlling a pool of threads. More... | |
Namespaces | |
| namespace | Utils |
Macros | |
| #define | __THREADS_POOL_H_ |
The pool of threads, executing jobs.
A thread pool with reusable threads, executing jobs.
Definition in file ThreadsPool.h.
| #define __THREADS_POOL_H_ |
Definition at line 15 of file ThreadsPool.h.