Asynchronous programming with async and await

Remark :

“비동기(Asynchronous)”의 라틴어 어원은 다음과 같습니다:

  1. “Asyn”은 라틴어에서 “non” 또는 “not”을 의미하는 “a-” 접두사와 “together”를 의미하는 “syn-“의 결합입니다.
  2. “Chronous”는 라틴어 “chronus”에서 파생되었으며, “시간”을 의미합니다.

따라서 “Asynchronous”는 “시간적으로 동일하지 않는” 또는 “동시에 일어나지 않는”이라는 의미를 갖습니다.

Microsoft Visual Studio Community 2019
버전 16.9.3

The Task asynchronous programming model (TAP) provides an abstraction over asynchronous code