|
The Joe Engine
Joe's engine programming playground
|
#include <thread>#include <mutex>#include <condition_variable>#include <queue>Classes | |
| struct | JoeEngine::je_thread_job_t |
| Thread Job struct. More... | |
| class | JoeEngine::JEThreadPool |
| The JEThreadPool class. More... | |
Namespaces | |
| JoeEngine | |
Typedefs | |
| typedef struct JoeEngine::je_thread_job_t | JoeEngine::JEThreadJob |
| Thread Job struct. More... | |