gildor
launch(context) { val someData = api.getData().await() run(MainThread) { textView.text = someData } //Some other code }