Is there any use case to have `doAsync` over gener...
# anko
a
Is there any use case to have
doAsync
over general Android coroutines anymore? Especially if we only use
doAsync
and
uiThread
?
l
I think this will get deprecated in favor of kotlinx.coroutines and the new
<http://Dispatchers.IO|Dispatchers.IO>