views:

129

answers:

2

Has anyone implemented Futures in Objective-C? I (hopefully not naively) assume that it should be reasonably simple to wrap NSInvocations in a nice API?

+1  A: 

Apple's documentation on blocks in Grand Central Dispatch may be of interest.

Alex Reynolds