I'm just studying coroutines. I have seen that in ...
# android
a
I'm just studying coroutines. I have seen that in many examples this method is used asyncUI, but I think this method does not exist, it could have been replaced by a "foo" or "bar" to avoid confusion. I would like to get the lowest code to do something like an AsyncTask (heavy asynchronous processing bringing the return to UIThread) Thanks