https://kotlinlang.org logo
j

Joey Heck

04/05/2018, 6:14 PM
So I'm parsing an array of json objects in a JSON array using gson into a list of Deferreds. I call the parsing in an async, then I wait until they are all done. I call a timestamp before and after it's done