Join Slack
Communities
Powered by
<@U5SP8TVFA> Why? You can: ``` launch(UI) { n...
# coroutines
e
elizarov
07/04/2017, 10:56 AM
@dekans
Why? You can:
Copy code
launch(UI) { nonBlockingOperation() // works just fine! Main thread is not blocked }
Open in Slack
Previous
Next