What's the difference between `launch` and `async`...
# coroutines
o
What's the difference between
launch
and
async
other than the fact that one completes without a result, and the other completes with a result?