• 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
Fwd: Any way to run an NSInvocation on the main thread?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Any way to run an NSInvocation on the main thread?


  • Subject: Fwd: Any way to run an NSInvocation on the main thread?
  • From: Oleg Kibirev <email@hidden>
  • Date: Thu, 31 May 2007 15:56:58 -0700


What's wrong with [myInvocation performSelectorOnMainThread: @selector (invokeWithTarget:)
withObject: whatever waitUntilDone: toWait]?


Oleg


Begin forwarded message:

From: Dave Camp <email@hidden>
Date: May 31, 2007 3:25:22 PM PDT
To: Cocoa-Dev List <email@hidden>
Subject: Any way to run an NSInvocation on the main thread?

I've got an NSInvocation in a secondary thread that I'd like to run on the main thread, much like you can call [NSObject performSelectorOnMainThread:withObject:waitUntilDone:] from another thread.

I can't seem to find a way to get from there to there without doing something like calling performSelectorOnMainThread on myself to a method that accepts an invocation and then invoke it from there.

Is there a better way?

Thanks,
Dave

---
In English, every word can be verbed.

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
40oracle.com


This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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: Any way to run an NSInvocation on the main thread?
      • From: Dave Camp <email@hidden>
References: 
 >Any way to run an NSInvocation on the main thread? (From: Dave Camp <email@hidden>)

  • Prev by Date: Re: NSObject -poseAs:
  • Next by Date: Re: NSObject -poseAs:
  • Previous by thread: Any way to run an NSInvocation on the main thread?
  • Next by thread: Re: Any way to run an NSInvocation on the main thread?
  • Index(es):
    • Date
    • Thread