> ## 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 の非同期プログラミング モデル

> ノンブロッキング操作とコールバック向けに XBOX および PC タイトルで使用される、GDK の非同期ライブラリと非同期プログラミング モデルに関するドキュメント。

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 (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 Kit 向けの新しい非同期プログラミング モデルを作成する際に設定された設計目標について説明します。
  </Card>
</CardGroup>

## 関連項目

* [Game config](/build/core-features/common/game-config/index)
* [Game save](/build/core-features/common/game-save/index)
* [Game streaming](/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

- [XBOX GDK の非同期プログラミング モデル](/ja-jp/build/core-features/common/async/index.md)
- [非同期プログラミング モデル](/ja-jp/build/core-features/common/async/async-programming-model.md)
- [非同期プログラミングの概要](/ja-jp/build/core-features/common/async/async-toc.md)
- [共通の GDK 機能](/ja-jp/build/core-features/common/common-features-overview.md)
- [XTaskQueue](/ja-jp/reference/system/xtaskqueue/xtaskqueue_members.md)
