launchOnIO
Launches a new coroutine on the Dispatchers.IO context and executes the given block.
Parameters
block
The suspend function to run.
Launches a new coroutine on the Dispatchers.IO context and executes the given block.
The suspend function to run.