Intro In the last several years Apple has been pushing us Cocoa developers away from thread based concurrency. Thread based concurrency tends to be bug-ridden, ceremony filled, and just unpleasant code. There have also been some changes in the wider world of development that have changed how we as developers thing about concurrency. Today there are…