async is good if you have one task that multiple s...
# coroutines
t
async is good if you have one task that multiple sections of code will get the result - as await() will immediately return the result when complete.