Maestro 0.1.0
Unified interface for quantum circuit simulation
Loading...
Searching...
No Matches
WorkerThread.h File Reference
#include <atomic>
#include <mutex>
#include <thread>
+ Include dependency graph for WorkerThread.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Utils::WorkerThread< ThreadsPool, Job >
 WorkerThread class for a thread in a threads pool. More...
 

Namespaces

namespace  Utils
 

Macros

#define __WORKER_THREAD_H_
 

Detailed Description

Version
1.0

DESCRIPTION

The worker thread class.

A thread that is used in a threads pool, executing jobs.

Definition in file WorkerThread.h.

Macro Definition Documentation

◆ __WORKER_THREAD_H_

#define __WORKER_THREAD_H_

Definition at line 15 of file WorkerThread.h.