I make one asyncJob in my Android project. is ther...
# coroutines
a
I make one asyncJob in my Android project. is there any callback mathod I can use, to do something when this asyncJob is completed? looks like
await
is one option but I want to do some more action inside a callback