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.
设置异步任务示例
XAsyncBlock* async = new XAsyncBlock{}; async->queue = taskQueue; async->context = contextData; async->callback = [](XAsyncBlock* async) { // The optional completion callback. delete async; }
相关主题
此页面对您有帮助吗?