Join Slack
Powered by
also you can use reverse approach, run coroutine w...
# coroutines
g
gildor
03/09/2017, 5:31 AM
also you can use reverse approach, run coroutine with main thread dispatcher and run suspended function inside
Copy code
launch(MainThread) { textView.text = api.getData().await() }
2
Views
Open in Slack
Previous
Next