On 14/07/06, Artur Bergman <[EMAIL PROTECTED]> wrote:
>> If code is running in a thread or no doesn't mean it
>> should have to act differently.
>>
>> I also think exiting from a thread is something that the
>> developer should be aware of is happening, and that is
>> why it is giving the warning.
>
> That is what started off the whole discussion: Exiting from
> a thread was NOT issuing a warning.
Then that should have been the fix.
I come to think that a better idea wrt exit() is one that was proposed
during the referred thread:
let exit() exit the application (like before), and add threads->exit()
to exit the thread. Opinions?