|
libtpool 1.0.0
Thread Pool in C
|
A task, along with the routine, ie. the function, and the arguments. More...
#include <task.h>
Data Fields | |
| void *(* | routine )(void *) |
| void * | args |
A task, along with the routine, ie. the function, and the arguments.
| void* task_t::args |
Arguments of the routine
| void *(* task_t::routine) (void *) |
Routine, ie. function, of the task