AWS IoT Device SDK C:
Task Pool
Task pool library
|
Return to main page ↑ |
Task pool jobs cache. More...
#include <iot_taskpool_internal.h>
Data Fields | |
IotListDouble_t | freeList |
A list of hold cached jobs. | |
uint32_t | freeCount |
A counter to track the number of jobs in the cache. | |
Task pool jobs cache.