https://kotlinlang.org logo
a

anthonyeef

08/10/2017, 4:29 AM
For example, I make asyncJob method called
asyncGetListFromRemote()
, and the main thread is continue inserting some data to the list. When the asyncJob is completed, I want to get the exact size of the list so that I can decide which position I could inserted the new data
asyncGetListFromRemote()
just bake for me