worker thread class.
More...
#include <threadpool.hpp>
◆ WorkerThread() [1/2]
| join::WorkerThread::WorkerThread |
( |
const WorkerThread & | other | ) |
|
|
delete |
copy constructor.
- Parameters
-
| other | other object to copy. |
◆ WorkerThread() [2/2]
move constructor.
- Parameters
-
| other | other object to move. |
◆ ~WorkerThread()
| WorkerThread::~WorkerThread |
( |
| ) |
|
|
noexcept |
◆ operator=() [1/2]
copy assignment.
- Parameters
-
| other | other object to copy. |
- Returns
- a reference to the current object.
◆ operator=() [2/2]
move assignment.
- Parameters
-
| other | other object to move. |
- Returns
- a reference to the current object.
◆ ThreadPool
The documentation for this class was generated from the following files: