Android代码-kotlinx.coroutines

时间:2022-08-26 13:25:01
【文件属性】:
文件名称:Android代码-kotlinx.coroutines
文件大小:2.1MB
文件格式:ZIP
更新时间:2022-08-26 13:25:01
Android代码 kotlinx.coroutines Library support for Kotlin coroutines with multiplatform support. This is a companion version for Kotlin 1.3.20 release. NOTE: 0.30.2 was the last release with Kotlin 1.2 and experimental coroutines. See COMPATIBILITY.md for details of migration onto the stable Kotlin 1.3 coroutines. GlobalScope.launch { delay(1000) println("Hello from Kotlin Coroutines!") } Modules common — common coroutines across all platforms: launch and async coroutine builders; Job and Defer

网友评论