Re: OmniNetworking and communicating with the main thread
Re: OmniNetworking and communicating with the main thread
- Subject: Re: OmniNetworking and communicating with the main thread
- From: Andreas Mayer <email@hidden>
- Date: Tue, 27 May 2003 04:12:12 +0200
Am Dienstag, 27.05.03 um 02:20 Uhr schrieb Phil Larson:
What is the best way to communicate from a "helper" thread to the main
thread in a Cocoa application?
Distributed Objects
(
http://developer.apple.com/techpubs/macosx/Cocoa/TasksAndConcepts/
ProgrammingTopics/DistrObjects/index.html) or NSObject's -
(void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg
waitUntilDone:(BOOL)wait
bye. Andreas.
_______________________________________________
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.