Basically you'd be doing `async { foo() }.await()`...
# coroutines
m
Basically you'd be doing
async { foo() }.await()
, at which point you're not really doing much