Skip to content

AFNetworking with multiple operation queue support, to separate download operations from affecting too much on main network request.

Notifications You must be signed in to change notification settings

Janak-Nirmal/AFNetworking-ProxyQueue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

AFNetworking-ProxyQueue

AFNetworking with multiple operation queue support, to separate download operations from affecting too much on main network request.

// Original
[[YourHTTPClient sharedClient] enqueueHTTPRequestOperation:usualNetworkOperation];

// Dispatch to another shared queue for download operation
[[YourHTTPClient sharedClient] proxyQueueNamed:@"downloadQueue"] enqueueHTTPRequestOperation:downloadOperation];

About

AFNetworking with multiple operation queue support, to separate download operations from affecting too much on main network request.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published