-
Difference between thread and coroutine in Kotlin카테고리 없음 2021. 8. 13. 00:50
코루틴에 대해서 학습하던 중 좋은 토론(?)글이 있어 남겨둡니다. 질문도 무엇을 얘기하고 싶은지, 무엇을 질문하고 싶은지 명확하게 전달해야하는데 아래 링크의 질문자의 질문이 아주 훌륭하다고 생각합니다.
Difference between thread and coroutine in Kotlin
Is there any specific language implementation in Kotlin, which differs it from another languages implementation of coroutines? What means that coroutine is like light-weight thread? What is the
stackoverflow.com