Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
清理任务队列示例
XTaskQueueTerminate(taskQueue, false, nullptr, nullptr); bool result; do { result = XTaskQueueDispatch(taskQueue, XTaskQueuePort::Completion, INFINITE); } while (result == true); XTaskQueueCloseHandle(taskQueue);
terminate
dispatch
false
相关主题
此页面对您有帮助吗?