XAsyncBlock
The XAsyncBlock is the main async primitive that contains members that are used for implementing the completion callback, providing data to the completion callback, and choosing a task queue to run in. The async block also contains private data that’s used internally by the system for runtime behavior. As a result, this block can’t be shared between multiple active tasks. The system uses this data to identify the async call while the call is active.Reference API documentation
- XAsync (API contents)
- Functions
- Structures
