Re: External kill of an NSThread?
Re: External kill of an NSThread?
- Subject: Re: External kill of an NSThread?
- From: Filipe Varela <email@hidden>
- Date: Tue, 21 Nov 2006 17:14:30 +0000
Howdy
Wouldn't it be better to handle the error that's causing the hang
from within the offending thread? What's the point of encapsulation
if objects keep manipulating each other?
Cheers,
Filipe
How does one kill an NSThread from another thread? As I read the
documentation, it seems possible only from within the thread, by
calling MPExit(). If I have a thread that hangs, I'd like to kill
it from another thread, but I don't see an API to do this.
NSThread doesn't return a thread id or descriptor, so how does one
manage them?
Roland
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins (at) lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden