AWS IoT Device SDK C:
Task Pool
Task pool library
|
Return to main page ↑ |
The job data structure keeps track of the user callback and context, as well as the status of the job. More...
#include <iot_taskpool_internal.h>
Data Fields | |
IotLink_t | link |
The link to insert the job in the dispatch queue. | |
IotTaskPoolRoutine_t | userCallback |
The user provided callback. | |
void * | pUserContext |
The user provided context. | |
uint32_t | flags |
Internal flags. | |
IotTaskPoolJobStatus_t | status |
The status for the job. | |
The job data structure keeps track of the user callback and context, as well as the status of the job.