``` int a = getAsyncA(); int b = getAsyncB(); int ...
# coroutines
j
Copy code
int a = getAsyncA();
int b = getAsyncB();
int c = a + b;