Any way to run an NSInvocation on the main thread?
Any way to run an NSInvocation on the main thread?
- Subject: Any way to run an NSInvocation on the main thread?
- From: Dave Camp <email@hidden>
- Date: Thu, 31 May 2007 15:25:22 -0700
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:
This email sent to email@hidden