Say I have 5 NSURLSessions and I create an NSURLSessionDownloadTask under each one. I then start each task running in a for loop.
How does the threading behave for the request ? Are they executed async individually, or would they be processed serially ?
Thanks for any advice !