Kotlin 协程文档翻译

官网文档:https://kotlinlang.org/docs/coroutines-guide.htmlopen in new window 中文站:https://www.kotlincn.net/docs/reference/coroutines/coroutines-guide.htmlopen in new window

Kotlin 的keyword没有 async 和 await

协程的所有东西都放在了 kotlinx.coroutines 包里面

代码可以在 JetBrains的Playground运行:https://play.kotlinlang.org/open in new window 也可以使用IDE如Intellij和Android Studio

不建议使用 VSCode

目录