Re: NSRunLoop and NSURL
Re: NSRunLoop and NSURL
- Subject: Re: NSRunLoop and NSURL
- From: Cameron Hayne <email@hidden>
- Date: Thu, 12 Dec 2002 10:16:45 -0500
On 12/12/02 9:25 am, "Drew McCormack" <email@hidden> wrote:
>
Apparently the NSURL is putting NSPorts and what not in the worker
>
thread's run loop, and so the run loop does not exit after I invalidate
>
all of the ports and connections that I have created myself. I don't
>
mind the NSURL putting ports in there, but it annoys me that they
>
apparently aren't removed.
There was a recent posting by Chris Kane in which he said:
>
The -run method is a convenience method for running forever. If you
>
don't want to run forever, you should use one of the other methods, as
>
you are doing with -runUntilDate: and loop yourself. -run is just a
>
convenience method with such a loop.
--
Cameron Hayne (email@hidden)
Hayne of Tintagel
_______________________________________________
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.