• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: "-forwardInvocation:" like NSInvocation creation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "-forwardInvocation:" like NSInvocation creation


  • Subject: Re: "-forwardInvocation:" like NSInvocation creation
  • From: Kyle Sluder <email@hidden>
  • Date: Mon, 29 Mar 2010 11:36:39 -0700

On Mon, Mar 29, 2010 at 11:15 AM, Philip Mötteli
<email@hidden> 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 (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: "-forwardInvocation:" like NSInvocation creation
      • From: Philip Mötteli <email@hidden>
References: 
 >"-forwardInvocation:" like NSInvocation creation (From: Philip Mötteli <email@hidden>)
 >Re: "-forwardInvocation:" like NSInvocation creation (From: Philip Mötteli <email@hidden>)

  • Prev by Date: Re: Custom NSTextView for text annotations
  • Next by Date: Re: "-forwardInvocation:" like NSInvocation creation
  • Previous by thread: Re: "-forwardInvocation:" like NSInvocation creation
  • Next by thread: Re: "-forwardInvocation:" like NSInvocation creation
  • Index(es):
    • Date
    • Thread