VOX
A little voxel engine
|
#include <ThreadPool.hpp>
Public Member Functions | |
~ThreadPool () | |
std::future< void > | submit (std::function< void()> f) |
Static Public Member Functions | |
static ThreadPool & | get_instance () |
ThreadPool::~ThreadPool | ( | ) |
|
inlinestatic |
|
inline |