Code Samples for Chapter 23 (Distributed Objects Between Threads)
Includes project and files for Mandelbrotter.
Multithreading with Cocoa Docs
Apple's introduction to multi-threading with Cocoa. Includes a discussion of NSLock and its subclasses. It also includes a short discussion of using NSConnection to communicate between threads.