Closed mayorJAY closed 1 year ago
This is important because a runBlocking call blocks the current thread which is not efficient. See https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/run-blocking.html
runBlocking
This is important because a
runBlocking
call blocks the current thread which is not efficient. See https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/run-blocking.html