2

I'm using Alamofire as my HTTP framework, I'm currently using NSOperation and NSOperationQueue to limit my concurrent request to 3. This works fine without modifying my request queue. However, I'm in a situation when I need to pause a current operation, by doing so, the next operation must start its download request. Can someone guide me to do this scenario?

Wolf
  • 9,679
  • 7
  • 62
  • 108
chlkdst
  • 175
  • 3
  • 13

0 Answers0