Re: Multi-threaded AppKit examples?
Re: Multi-threaded AppKit examples?
- Subject: Re: Multi-threaded AppKit examples?
- From: Paul Ferguson <email@hidden>
- Date: Mon, 28 Jan 2002 08:49:45 -0800
On Monday, January 28, 2002, at 05:09 AM, John Hvrnkvist wrote:
>
On Monday, January 28, 2002, at 01:35 PM, Fraser Speirs wrote:
>
> If anyone has an example of computing a result in another thread and
>
> returning it to the AppKit thread, I'd *love* to get a look at it.
>
>
Look at OmniFoundation; it contains method for scheduling things to run
>
in other threads.
Another simple solution is Toby Paterson's InterThreadMessaging that he
posted on the Mac OS Dev list a few months back, and is now archived on
CocoaDev, see: <
http://www.cocoadev.com/index.pl?ThreadSafety>
<fergy/>