Now, your example becomes much more interesting, i...
# coroutines
e
Now, your example becomes much more interesting, if you replace your async function with:
Copy code
suspend fun startLongAsyncOperation(num: Int): Int {
    return 42
}