Thread pool
Data Fields
callable Struct Reference

Callable function. More...

#include <future.h>

Data Fields

void *(* function )(void *, size_t, size_t *)
 f(arg, argsz, result_size);
 
void * arg
 array of arguments;
 
size_t argsz
 number of arguments;
 

Detailed Description

Callable function.


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