> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XBOX GDK 中的异步编程模型

> GDK 异步库以及 XBOX 与 PC 游戏用于非阻塞操作和回调的异步编程模型的文档。

浏览 XBOX 游戏开发中的异步相关主题。

<CardGroup cols={2}>
  <Card title="异步库" icon="folder-open" href="/build/core-features/common/async/async-libraries/index">
    异步库相关文档。
  </Card>

  <Card title="异步编程模型" icon="square-pen" href="/build/core-features/common/async/async-programming-model">
    Microsoft Game Development Kit (GDK) 实现了一种新的异步 API 模式，用以响应我们从……收到的反馈。
  </Card>

  <Card title="通用异步任务包装器" icon="microchip" href="/build/core-features/common/async/async-task-function-example">
    本主题提供了通用异步任务包装器的示例。
  </Card>

  <Card title="异步任务队列设计" icon="microchip" href="/build/core-features/common/async/async-task-queue-design">
    本主题描述了与 Microsoft Game Development Kit 配合使用的 Microsoft Game Development Kit (GDK) 任务队列……
  </Card>

  <Card title="异步编程" icon="circle-info" href="/build/core-features/common/async/async-toc">
    本节介绍与 Microsoft Game Development Kit (GDK) 一起使用的异步编程模型。
  </Card>

  <Card title="异步编程设计目标" icon="map" href="/build/core-features/common/async/async-whitepaper">
    本主题涵盖为 Microsoft Game Development……创建新异步编程模型时确立的设计目标。
  </Card>
</CardGroup>

## 另请参阅

* [游戏配置](/build/core-features/common/game-config/index)
* [游戏存档](/build/core-features/common/game-save/index)
* [游戏串流](/build/core-features/common/game-streaming/index)
* [输入](/build/core-features/common/input/index)
* [光照](/build/core-features/common/lighting/index)
* [打包](/build/core-features/common/packaging/index)
* [用户](/build/core-features/common/user/index)


## Related topics

- [异步编程模型](/zh-CN/build/core-features/common/async/async-programming-model.md)
- [常见 GDK 功能](/zh-CN/build/core-features/common/common-features-overview.md)
- [面向 GDK 的 Unity C# API 包装器](/zh-CN/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [异步编程概述](/zh-CN/build/core-features/common/async/async-toc.md)
- [XAsyncSchedule](/zh-CN/reference/system/xasyncprovider/functions/xasyncschedule.md)
