Re: NSThread and memory management
Re: NSThread and memory management
- Subject: Re: NSThread and memory management
- From: Rob Rix <email@hidden>
- Date: Tue, 3 Jul 2001 02:58:59 -0400
This will invalidate the connection on the other side of the fence,
causing your thread runloop to peacefully abort and therefore you thread
to exit, calling any regular cleanup code (like [pool release] for
example :-) ) on its way out.
Ah, perfect!
Thanks!
-- Rob
[email appendRandomWittySig];