|
AWS IoT Device SDK C:
Task Pool
Task pool library
|
| Return to main page ↑ |
Represents an operation that is subject to a timer. More...
#include <iot_taskpool_internal.h>
Data Fields | |
| IotLink_t | link |
| List link member. | |
| uint64_t | expirationTime |
| When this event should be processed. | |
| _taskPoolJob_t * | pJob |
| The task pool job associated with this event. | |
Represents an operation that is subject to a timer.
These events are queued per task pool. They are sorted by their expiration time.