Re: Thread, timer, notifications, or something else?
Re: Thread, timer, notifications, or something else?
- Subject: Re: Thread, timer, notifications, or something else?
- From: Daryn <email@hidden>
- Date: Sun, 30 Mar 2003 23:09:26 -0600
On Sunday, March 30, 2003, at 09:21 PM, Eric Blom wrote:
I've tried the following but it failed with all kinds of leaking. See
end of email for errors.
[NSThread detachNewThreadSelector:@selector(programPart:) toTarget:self
withObject:self];
Apologies for not addressing your overall question, but this simple
problem is due to programPart not creating an autorelease pool. See
the documentation of detachNewThreadSelector for further details.
Daryn
_______________________________________________
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.