Actaully, async/await will work even better, as yo...
# coroutines
e
Actaully, async/await will work even better, as you will not be limited to calling
await
inside of
async
block only. You will be able to define your own suspend functions and use them in your
async
blocks.