Re: Simple message passing between threads
Re: Simple message passing between threads
- Subject: Re: Simple message passing between threads
- From: Richard Schreyer <email@hidden>
- Date: Thu, 21 Jun 2001 20:05:29 -0700
On Thursday, June 21, 2001, at 05:04 PM, Clyde McQueen wrote:
I guess I'll second the question - everything I've read has suggested
that a single NSConditionLock is the easiest way to communicate between
threads. No DO, no events, etc. I'm going to give it a crack. Am I
barking up the wrong tree?
Since asking this question, I managed to track down these old posts
http://www.omnigroup.com/mailman/archive/macosx-
dev/2001-April/012410.html
http://www.omnigroup.com/mailman/archive/macosx-
dev/2001-April/012430.html
Richard Schreyer