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 16:38:09 -0500
NSRunLoop doesn't have an explicit stop functionality.
You may want to look into CFRunLoop which does.
On Tuesday, February 11, 2003, at 10:28 AM, Victor Ng wrote:
I'm having problems figuring out how to get a run-loop to run something
until a class gets to a 'termination' state and then I want the
run-loop to exit.
I'm just starting to use threads and run-loops explicitly so if I'm
using the wrong idiom to do this - someone just tell me.
_______________________________________________
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.