AWS IoT Device SDK C: Task Pool
Task pool library
Return to main page ↑
Files
The following files are associated with this library.
 iot_taskpool.cImplements the task pool functions in iot_taskpool.h
 iot_taskpool.hUser-facing functions of the task pool library
 iot_taskpool_internal.hInternal header of task pool library. This header should not be included in typical application code
 iot_taskpool_static_memory.cImplementation of task pool static memory functions
 iot_taskpool_types.hTypes of the task pool
 iot_tests_taskpool.cTests for task pool