Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

class RequestQueue finish()的机制 mechnism #176

Open
panq-jack opened this issue Apr 25, 2017 · 0 comments
Open

class RequestQueue finish()的机制 mechnism #176

panq-jack opened this issue Apr 25, 2017 · 0 comments

Comments

@panq-jack
Copy link

panq-jack commented Apr 25, 2017

void finish(Request<?> request) --> last line: mCacheQueue.addAll(waitingRequests);

how to understand this? why we transfer all requests in waitingRequests to cacheQueue this time
instead of put them to cacheQueue originally created? u know, both action can add the request to NetworkQueue if can't get desired cache;?

@panq-jack panq-jack changed the title class RequestQueue finish()的机制 class RequestQueue finish()的机制 mechnism Apr 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant