jubilant-funicular
|
One thread available to the pool. More...
Public Attributes | |
std::thread | t |
The thread owned by the worker. | |
Thunk | thunk |
The function the worker is currently scheduled to execute. | |
std::atomic< bool > | free |
Whether or not the worker is free to take on a new function. | |
Semaphore | task |
One thread available to the pool.
Definition at line 39 of file ThreadPool.h.