C# 강좌 Day-26 비동기프로그래밍

Unity3D/C# 2021. 9. 7. 13:56
반응형

https://en.wikipedia.org/wiki/Asynchrony_(computer_programming) 

 

Asynchrony (computer programming) - Wikipedia

Asynchrony, in computer programming, refers to the occurrence of events independent of the main program flow and ways to deal with such events. These may be "outside" events such as the arrival of signals, or actions instigated by a program that take place

en.wikipedia.org

https://docs.microsoft.com/ko-kr/dotnet/csharp/programming-guide/concepts/async/

 

C#의 비동기 프로그래밍

async, await 및 Task를 사용하여 비동기 프로그래밍을 지원하는 C# 언어에 대해 간략히 설명합니다.

docs.microsoft.com

 

반응형

'Unity3D > C#' 카테고리의 다른 글

원격수업 C# 과제  (0) 2023.01.25
유니티 C# 프로그래밍 무료 강의  (0) 2021.09.12
C# 강좌 Day-25 스레드  (0) 2021.09.07
C# 강좌 Day-24 파일/JSON  (0) 2021.09.07
C# 강좌 Day-23 LINQ  (0) 2021.09.07
: