Join Slack
Powered by
Now, your example becomes much more interesting, i...
# coroutines
e
elizarov
01/25/2017, 3:09 PM
Now, your example becomes much more interesting, if you replace your async function with:
Copy code
suspend fun startLongAsyncOperation(num: Int): Int { return 42 }
Open in Slack
Previous
Next