HPC_Voxel_Engine 0.2.0
High-Performance C++ Voxel Engine
Loading...
Searching...
No Matches
Classes | Namespaces
ThreadPool.h File Reference
#include <atomic>
#include <functional>
#include <iostream>
#include <thread>
#include <vector>
#include "ThreadSafeQueue.h"
Include dependency graph for ThreadPool.h:
This graph shows which files directly or indirectly include this file:

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