> ## 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.

# XAsync

> XAsync

# XAsync

XAsync API에 대한 참조 자료입니다.

## 함수

| 함수                                                                                    | 설명                                                                                                    |
| ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| [XAsyncCancel](/reference/system/xasync/functions/xasynccancel)                       | 비동기 호출을 취소하려고 시도합니다.                                                                                  |
| [XAsyncCompletionRoutine](/reference/system/xasync/functions/xasynccompletionroutine) | 비동기 호출에 대한 완료 콜백을 나타냅니다.                                                                              |
| [XAsyncGetResultSize](/reference/system/xasync/functions/xasyncgetresultsize)         | [XAsyncGetResult](/reference/system/xasyncprovider/functions/xasyncgetresult)에 전달할 버퍼의 필요한 크기를 반환합니다. |
| [XAsyncGetStatus](/reference/system/xasync/functions/xasyncgetstatus)                 | 비동기 호출의 상태를 반환하며, 선택적으로 완료될 때까지 대기합니다.                                                                |
| [XAsyncRun](/reference/system/xasync/functions/xasyncrun)                             | 지정된 콜백 함수를 비동기적으로 실행합니다.                                                                              |
| [XAsyncWork](/reference/system/xasync/functions/xasyncwork)                           | [XAsyncRun](/reference/system/xasync/functions/xasyncrun)에 의해 호출되는 콜백 함수를 나타냅니다.                      |

## 구조체

| 구조체                                                         | 설명                 |
| ----------------------------------------------------------- | ------------------ |
| [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) | 비동기 호출의 수명을 나타냅니다. |

## 개념 설명서

* [XAsync 라이브러리 개요](/build/core-features/common/async/async-libraries/async-library-xasync)

## 함께 보기

[시스템 API 참조](/reference/system/gc-reference-system-toc)\
[비동기 프로그래밍 설계 목표 및 개선 사항](/build/core-features/common/async/async-whitepaper)\
[비동기 프로그래밍 모델](/build/core-features/common/async/async-programming-model)


## Related topics

- [XAsync 라이브러리 개요](/ko/build/core-features/common/async/async-libraries/async-library-xasync.md)
- [XAsyncBlock](/ko/reference/system/xasync/structs/xasyncblock.md)
- [XAsyncWork](/ko/reference/system/xasync/functions/xasyncwork.md)
- [XAsyncCancel](/ko/reference/system/xasync/functions/xasynccancel.md)
- [XAsyncRun](/ko/reference/system/xasync/functions/xasyncrun.md)
