In the new native-mt model what would be the equivalent of Dispatchers.IO for iOS in a AppCoroutineDispatchers class with main = Main, computation = Default and io? Would that be
newSingleThreadContext("io")
?
Similar to what you would use in a viewModel to launch a coroutine: