From: "Iñaki Baz Castillo" Date: 2012-06-13T07:29:12+09:00 Subject: Re: Thread#kill is not rescued by "rescue Exception" 2012/6/13 Tony Arcieri : > On Thu, Jun 7, 2012 at 4:12 AM, Iñaki Baz Castillo wrote: >> >> So, it means that the signal send by Thread#kill is not >> "rescue--able", am I right? > > > I think that's as it should be. If you want the same thing, but > "rescue-able", why not Thread#raise? Hi Tony, I don't want to use Thread#kill nor Thread#raise. It's just that I want my application to be ready if the user decides to kill the thread with Thread#kill. Regards. -- Iñaki Baz Castillo