Interesting discussion. Forgive me if what I say i...
# coroutines
m
Interesting discussion. Forgive me if what I say ignorant (I didn’t try coroutines yet). I’m an Android dev and what I’m afraid the most of is that coroutines will become new AsyncTask. Syntax is really simple, it’s easy to use but without some understanding what’s going on it’ll lead to similar errors like AsyncTask. For example forget to cancel request when config changes leading to memory leak.