Maestro 0.1.0
Unified interface for quantum circuit simulation
Loading...
Searching...
No Matches
ThreadsPool.h File Reference
#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_

Detailed Description

Version
1.0

DESCRIPTION

The pool of threads, executing jobs.

A thread pool with reusable threads, executing jobs.

Definition in file ThreadsPool.h.

Macro Definition Documentation

◆ __THREADS_POOL_H_

#define __THREADS_POOL_H_

Definition at line 15 of file ThreadsPool.h.