Join Slack
Powered by
The correct idiom for blocking current thread and ...
# coroutines
e
elizarov
01/29/2018, 8:30 AM
The correct idiom for blocking current thread
and
running code in UI thread is this:
Copy code
runBlocking { withContext(UI) { ... } }
2
Views
Open in Slack
Previous
Next