You can call delay in `bg` (anko coroutine builder...
# android
g
You can call delay in
bg
(anko coroutine builder, as I understand), no problem with that. Just to publish something to UI thread from bg use
withContext(UI)
bg is just wrapper over async with own thread pool dispatcher
👍 1