I thought that the purpose of the article it to get the same result with two diff approaches, but here we got two different results with two different approaches, right? As with approaches of OperationQueue, we did almost everything in parallel and with the approach of async/await we did everything sequentially. If we compare the time taken by these two approaches for execution we'll see that the OperationQueue approach does its job much faster than the async/await one, do you agree?

Oleksii Tymoshchenko
Oleksii Tymoshchenko

Written by Oleksii Tymoshchenko

I have been developing for Android with Java and Kotlin from 2015.

No responses yet