I'm a little bit confusing those two concepts when it comes to multitasking implementation. I read that GCD effectively uses all device cores, and also facilitates the work of app developers by making their apps multithreaded in a simpler way.
So the questions that arise to me are like, is GCD Apple preferred way for implementing multitasking? How does multitasking with GCD differs from multitasking without GCD?
