This video will teach you about increasing the concurrency of your iOS applications by introducing additional dispatch queues to offload non-UI work from the Main/UI queue.
This is a basic concurrency pattern and is key to understanding how to distribute work across queues.