Join Slack
Powered by
You can call delay in `bg` (anko coroutine builder...
# android
g
gildor
02/05/2018, 1:23 PM
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
Open in Slack
Previous
Next