You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.
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;?
The text was updated successfully, but these errors were encountered:
panq-jack
changed the title
class RequestQueue finish()的机制
class RequestQueue finish()的机制 mechnism
Apr 25, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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;?
The text was updated successfully, but these errors were encountered: