Hubris Engine Dev
A Project to learn and get into Game Engine developement.
 
Loading...
Searching...
No Matches
Hubris::ThreadPool Member List

This is the complete list of members for Hubris::ThreadPool, including all inherited members.

InitalizePool(unsigned int threadCount=std::thread::hardware_concurrency() - 1)Hubris::ThreadPoolinlinestatic
QueueJob(WaitGroup *wg, std::function< void()> job)Hubris::ThreadPoolinlinestatic