launch(AndroidCoroutineContext) { //Some work w...
# coroutines
g
launch(AndroidCoroutineContext) { //Some work with views val data = async(CommonPool) { /* some computaion inside thread of common pool */ } //use data for views }