GlobalScope import kotlinx.coroutines.delay import ... thread continues while coroutine is delayed Thread.sleep(2000L) // block main thread ...
確定! 回上一頁