XTaskQueueHandle
When a task queue is created, it’s tracked by anXTaskQueueHandle type.
This handle identifies the task queue and is passed to any function in the
XTaskQueue library that works with task queues. The handle must
be tracked and closed when it’s no longer using the task queue.
For more information about cleaning up task queues, see Cleanup task queue.
Reference API documentation
- XTaskQueue (API contents)
- xasync (API contents)
- Structures
