I was thinking something like that. I've been loo...
# coroutines
b
I was thinking something like that. I've been looking through kotlinx and anko examples,
launch(CommonPool)
and
bg()
effectively do the same thing right? launch the task on a background thread?