On Sep 15, 2009, at 9:41 AM, Richard Salz wrote:
What's the best place to start learning about the languages and models GCD supports? Links to public web pages are ideal. (Apologies if there's something as simple as a table of links in the README.)
I'd start with these: Overviews: http://developer.apple.com/mac/articles/cocoa/introblocksgcd.html http://developer.apple.com/mac/library/documentation/General/Conceptual/Conc... More on Blocks: http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/Blocks... More on GCD: http://developer.apple.com/mac/library/documentation/Performance/Reference/G... Ars Technica also covers blocks and GCD from the 10,000 foot level as part of their enormous SnowLeopard review if you're looking for a non- Apple intro. - Jordan