Thread pool
|
Future that will get the value asynchronously (similar to C++ std::future). More...
#include <future.h>
Data Fields | |
callable_t | callable |
callable function; | |
sem_t | finished |
status of the future(pending/finished); | |
void * | result |
pointer to the result of the function; | |
size_t | result_size |
size of the result; | |
Future that will get the value asynchronously (similar to C++ std::future).