I saw android's ThreadPoolExecutor implementation with Retrofit somewhere. I am confused what is a logical need of using this executor with retrofit even if retrofit already provides us mechanism of asynchronous api calls, which will be run in different background threads without affecting other api calls?
问问题
385 次