mzgreen
01/05/2020, 6:14 PMGlobalScope.async {
while (isActive) {
println("test")
}
}
This works on Android and jvm but doesn’t work on iOS. I don’t get any error, it just doesn’t do anything. Is it possible to make it work somehow? GlobalScope.launch(context = <http://Dispatchers.IO|Dispatchers.IO>)
would be fine too I guess but I can’t see <http://Dispatchers.IO|Dispatchers.IO>
on iOS 🤔octylFractal
01/05/2020, 6:23 PMmzgreen
01/05/2020, 6:27 PMkpgalligan
01/05/2020, 6:30 PM1.3.3-native-mt
We’re using that with some almost-production code.mzgreen
01/05/2020, 6:37 PM