HdfWork
Overview
Related Modules:
Description:
Describes a work item and a delayed work item. This structure defines the work and delayed work items, and then calls the initialization function HdfWorkInit or HdfDelayedWorkInit to perform initialization. The HdfAddWork() function is to add a work item to a work queue immediately, and the HdfAddDelayedWork() function is to add a work item to a work queue after the configured delayed time.
Summary
Data Fields
| Variable Name | Description |
|---|---|
| realWork | void * |
Details
Field Documentation
realWork
1. void* HdfWork::realWork
Description:
Pointer to a work item and a delayed work item
