Is there some reason why I should use the Retrofit...
# coroutines
c
Is there some reason why I should use the Retrofit Deferred adapter instead of just doing the synchronous .execute() and then come back to UI thread and handle the result?
s
Not to mention, it is soon changing to a proper suspend function like the ones from Room