The Joe Engine
Joe's engine programming playground
|
Thread Job struct. More...
#include <ThreadPool.h>
Public Attributes | |
void(* | function )(void *) |
void * | data |
bool | complete |
Thread Job struct.
Data for executing any threaded task.
bool JoeEngine::je_thread_job_t::complete |
void* JoeEngine::je_thread_job_t::data |
void(* JoeEngine::je_thread_job_t::function) (void *) |