The Joe Engine
Joe's engine programming playground
JoeEngine::je_thread_job_t Struct Reference

Thread Job struct. More...

#include <ThreadPool.h>

Public Attributes

void(* function )(void *)
 
void * data
 
bool complete
 

Detailed Description

Thread Job struct.

Data for executing any threaded task.

Member Data Documentation

◆ complete

bool JoeEngine::je_thread_job_t::complete

◆ data

void* JoeEngine::je_thread_job_t::data

◆ function

void(* JoeEngine::je_thread_job_t::function) (void *)

The documentation for this struct was generated from the following file: