Task Pool API Reference
Task pool library
_taskPoolJob_t Struct Reference

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.
 

Detailed Description

The job data structure keeps track of the user callback and context, as well as the status of the job.

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: