czuckie
11/08/2017, 10:41 AMawait() 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?