Re: [tcljava-user] JACL eval cancellation
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2007-03-15 21:29:56
|
Wei Dai wrote: > > Also TclEvent.sync has a wait(0) with a while loop and also ignores > the interrupted exception, if you are doing a event.sync, your eval > will never return when cancel occurs! > > Why do a lot of places specifically ignore the interrupt? > Wei, this is from my previous email: > A Jacl interp uses TclInterruptedException, the InterruptedException above is a Java primitive class > that has nothing to do with this Jacl feature. cheers Mo DeJong |