Where can I find a good tutorial on iPhone/Objective-C multithreading?

cocoa, iphone, multithreading, objective-c

Solution

A simple, but complete example is Multithreading in Cocoa.

And a related Stack Overflow question is NSOperation on the iPhone.

Problem

I'm just starting to use multithreading and was looking for a good explanation. I'm not sure if there are differences in how multithreading works on Macs and iPhones. What is a good link to tutorials with example code?

Original source

Related problems