Do I understand correctly, that kotlin kode could be run either in UI thread or in BG thread on iOS? There is no way to have code work for UI and some doing heavy calculations (100+ seconds) for single particular app?
Konstantin Petrukhnov
09/27/2019, 11:45 AM
Just want to double check that I haven't missed anything recent that could simplify my work.
o
olonho
09/27/2019, 11:47 AM
Kotlin code could be run anywhere in the program, either in UI or background one
☝️ 1
k
Kris Wong
09/27/2019, 12:54 PM
though coroutines are only supported for the main thread