Puma implementation of Jag thread feature
Puma implementation of Jag thread feature
- Subject: Puma implementation of Jag thread feature
- From: David Remahl <email@hidden>
- Date: Thu, 12 Dec 2002 13:40:46 +0100
Does anyone have a reliable implementation of
- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg
waitUntilDone:(BOOL)wait
for Mac OS X 10.1? I am making a program which should run both on 10.1
and 10.2, and it needs to run things on the main thread. I know I can
do it manually with NSConnection etc, but I was hoping someone has a
more convenient solution done.
/ TIA, David Remahl
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.