Are anyone aware of performance implications of Di...
# kotlin-native
a
Are anyone aware of performance implications of Dispatchers.Default being single threaded on iOS? I have a bunch of background operations run in parallel on Default dispatcher + some IO operations. I'm worry that single thread can be slow processing all of that on iOS.