Re: Running run loops in 10.6 (was: Need -[NSTask waitUntilExitOrTimeout:])
Re: Running run loops in 10.6 (was: Need -[NSTask waitUntilExitOrTimeout:])
- Subject: Re: Running run loops in 10.6 (was: Need -[NSTask waitUntilExitOrTimeout:])
- From: Jerry Krinock <email@hidden>
- Date: Sun, 20 Sep 2009 07:15:09 -0700
On 2009 Sep 20, at 02:50, Ken Thomases wrote:
You've got the send port and receive port mixed up here. The send
port is the one you're sending to. The receive port is the one on
which you'd receive any reply, if there is one.
Since the timer user info contains the port which was added to the
run loop, you want to send to that one.
Thanks, Ken. Indeed, simply reversing makes it work the same in 10.5
and 10.6.
Now I have to go think about what this means.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden