On Mon, Mar 29, 2010 at 11:15 AM, Philip Mötteli
<philip.moett...@tele2.ch> wrote:
> - someMethodWithArgument:(struct *)anArgument 
> andSomeOtherArgument:(id)anotherArgument
> {
>        // Here I want to create an NSInvocation, capturing the call of this 
> method. Something like:
>        NSInvocation *anInvocation = [NSInvocation initWithArgframe: 
> (arglist_t)frame selector: _cmd];
> }

So you're trying to implement continuations? Could you perhaps
rearchitect your code to use blocks instead?

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to