Re: awakeFromNib vs appdidfinishlaunching
Re: awakeFromNib vs appdidfinishlaunching
- Subject: Re: awakeFromNib vs appdidfinishlaunching
- From: Ondra Cada <email@hidden>
- Date: Wed, 22 Mar 2006 18:01:36 +0100
Karim,
On 22.3.2006, at 17:38, Karim Morsy wrote:
yea, I'm doing all of the lengthy tasks on threads ... but as far
as canceling is concerned, is there any simple way (other than
using darwin notifications or distributed objects) for stopping a
secondary thread from the main thread?
Sure: you ask it to stop and wait till it does.
Since threads are by far not as encapsulated as tasks, it is plain
impossible to force stop a thread (other than by crashing it along
with all the others :))
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden