Some synchronous code suspendFun() } private suspend fun suspendFun() { delay(1000) println("executed") // ... other code }. The test uses ...
確定! 回上一頁