Join Slack
Powered by
``` suspend fun foo(p: Boolean) { if (p) suspend...
# coroutines
o
orangy
01/31/2017, 8:12 PM
Copy code
suspend fun foo(p: Boolean) { if (p) suspend1() else suspend2() }
it’s not linear, I think?
Open in Slack
Previous
Next