Re: NSThread
Re: NSThread
- Subject: Re: NSThread
- From: Andrei Kolev <email@hidden>
- Date: Sun, 26 Aug 2001 21:58:26 +0300
Hi Joan,
There are many reasons to use: NSThread:
-control over the current thread in single threaded application;
-dispatching new threads (multithreaded application);
-communication between multiple thraeds -- notifications and
Distributed Objects(DO).
if you are more specific what you need we could better help you.
Andrei
--
I've been looking for some sample code, using NSThreads.. Does anyone
here have any experience with NSThread? Any help will be grately
appreciated.
/Johan Lindberg.