본문 바로가기
Kotlin

18. 코틀린 코루틴

by NaHyungMin 2020. 3. 22.

 

안드로이드 전용이 아닌, 코틀린 intellij에서는 라이브러리 추가 메이븐으로 하면 된다고 한다.

 

 

참고 사이트

https://kotlinlang.org/docs/tutorials/coroutines/coroutines-basic-jvm.html

 

Your first coroutine with Kotlin - Kotlin Programming Language

This tutorial walks us through setting up a project using coroutines, and writing code that uses them.

kotlinlang.org

https://github.com/Kotlin/kotlinx.coroutines

 

Kotlin/kotlinx.coroutines

Library support for Kotlin coroutines . Contribute to Kotlin/kotlinx.coroutines development by creating an account on GitHub.

github.com