libtpool 1.0.0
Thread Pool in C
All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
task_t Struct Reference

A task, along with the routine, ie. the function, and the arguments. More...

#include <task.h>

Data Fields

void *(* routine )(void *)
 
void * args
 

Detailed Description

A task, along with the routine, ie. the function, and the arguments.

Field Documentation

◆ args

void* task_t::args

Arguments of the routine

◆ routine

void *(* task_t::routine) (void *)

Routine, ie. function, of the task


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