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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Mike Ash has implemented Futures using Blocks: |
|||
|
|
|
MPWFoundation has futures based on Higher Order Messaging: Assuming you have a regular computation with a message
prefixing that message with the
The object in |
||||
|
|
|
Apple's documentation on blocks in Grand Central Dispatch may be of interest. |
||||
|
|