Join Slack
Powered by
launch(AndroidCoroutineContext) { //Some work w...
# coroutines
g
gildor
03/01/2017, 9:27 AM
launch(AndroidCoroutineContext) { //Some work with views val data = async(CommonPool) { /* some computaion inside thread of common pool */ } //use data for views }
Open in Slack
Previous
Next