on IOBackground Thread
inline fun onIOBackgroundThread(crossinline block: suspend () -> Unit): Job
Content copied to clipboard
launch a new coroutine on a background thread.
launch a new coroutine on a background thread.