前言 在官方文档的介绍中,提到了: 协程是轻量的 并给出了一个例子: kotlin">fun main() = runBlocking {repeat(50_000) { // 启动大量的协程launch {delay