kotlinx.coroutines is a rich library for coroutines developed by JetBrains. It contains a number of high-level coroutine-enabled primitives that this guide covers, including launch, async and others.
이 문서는 코틀린의 코루틴을 학습하기 위한 목적으로 작성함
이 문서에 나오는 예제들은 코틀린으로 작성됨