> ## 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과 함께 사용되는 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)
* [Input](/build/core-features/common/input/index)
* [Lighting](/build/core-features/common/lighting/index)
* [Packaging](/build/core-features/common/packaging/index)
* [User](/build/core-features/common/user/index)


## Related topics

- [XBOX GDK의 비동기 프로그래밍 모델](/ko/build/core-features/common/async/index.md)
- [비동기 프로그래밍 모델](/ko/build/core-features/common/async/async-programming-model.md)
- [비동기 프로그래밍 개요](/ko/build/core-features/common/async/async-toc.md)
- [공통 GDK 기능](/ko/build/core-features/common/common-features-overview.md)
- [비동기 작업 프로그래밍을 위한 XAsync 라이브러리](/ko/build/core-features/common/async/async-libraries/index.md)
