await() 也是suspend函數, 只能在協程之內調用. fun main() = runBlocking { // @coroutine#1 println(Thread.currentThread().name) val deferred: ...
確定! 回上一頁