GlobalScope import kotlinx.coroutines.delay import ... launch a new coroutine in background and continue delay(1000L) // non-blocking delay ...
確定! 回上一頁