Re: Threads and messages
Re: Threads and messages
- Subject: Re: Threads and messages
- From: j o a r <email@hidden>
- Date: Tue, 11 Mar 2003 14:46:05 +0100
Have you looked at the new "performSelectorOnMainThread:..." methods
available in NSObject since Jaguar?
j o a r
On Tuesday, Mar 11, 2003, at 14:36 Europe/Stockholm, Marco Binder wrote:
I have a couple of computational threads, that dont need to talk to the
main thread. But: they should really inform the main threrad, when they
are done and will exit. Is there another way of doing so rather than
using DO?
If the main thread registers for the threads notifications, the docs
say, the notification will be processed from within the exiting thread-
thats not what I want since I d have to do some GUI element update...
_______________________________________________
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.