Closed GoogleCodeExporter closed 9 years ago
This is unfortunately the way that Java threads work. They cannot just be
arbitrarily killed like a process in an OS.
If you have threads you think can get into this state, check
Thread.interrupted() to see if the loop should continue.
Original comment by khug...@google.com
on 21 Dec 2012 at 6:58
Original issue reported on code.google.com by
zackb...@gmail.com
on 28 Aug 2012 at 3:59