|
HPC_Voxel_Engine 0.2.0
High-Performance C++ Voxel Engine
|
#include <atomic>#include <functional>#include <iostream>#include <thread>#include <vector>#include "ThreadSafeQueue.h"

Go to the source code of this file.
Classes | |
| class | Core::ThreadPool |
| Manages a pool of worker threads that consume tasks from a ThreadSafeQueue. Utilizes C++20 std::jthread for automatic joining. More... | |
Namespaces | |
| namespace | Core |