it seems a bit odd that I would need to `await()` ...
# android
c
it seems a bit odd that I would need to
await()
for an asynchronous operation to occur when I am already asynchronously performing an operation, my understanding is
async(UI) {}
is running the lambda asynchronously, with non-suspend methods being dispatched to the UI thread, is this wrong?