Task Pool API Reference
Task pool library
_taskPoolCache_t Struct Reference

Task pool jobs cache. More...

#include <iot_taskpool_internal.h>

Data Fields

IotListDouble_t freeList
 A list ot hold cached jobs.
 
uint32_t freeCount
 A counter to track the number of jobs in the cache.
 

Detailed Description

Task pool jobs cache.

Warning
This is a system-level data type that should not be modified or used directly in any application.
This is a system-level data type that can and will change across different versions of the platform, with no regards for backward compatibility.

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