I was designing an app that uses NSURLSession and thinking about putting it in a different thread with Grand Central Dispatch, but if NSURLSession automatically does that in the background, I wouldn't have to use GCD then, correct?
So in other words, does NSURLSession automatically use Grand Central Dispatch in the background, so we don't have to worry about it?