Re: How do I change the enddate for a runloop?
Re: How do I change the enddate for a runloop?
- Subject: Re: How do I change the enddate for a runloop?
- From: Scott Anguish <email@hidden>
- Date: Tue, 11 Feb 2003 17:22:43 -0500
the other problem with the sentinel value and polling it is
performance. If you do this in a separate thread it might be better..
but still
glad CFRunLoop is working for you.
On Tuesday, February 11, 2003, at 05:17 PM, Victor Ng wrote:
Thanks!
I initially wrote a kludge where I had an NSRunLoop check a sentinel
value before quitting.
I've changed the NSRunLoop to CFRunLoop and now it looks like I'm
getting the behavior that I want without the ugly sentinels and 1 line
while loops.
vic
On Tuesday, February 11, 2003, at 04:38 PM, Scott Anguish wrote:
NSRunLoop doesn't have an explicit stop functionality.
You may want to look into CFRunLoop which does.
_______________________________________________
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.