Allow SimplerTimer to die.

Still needs some methods to be able to reap it, and it's children.
This commit is contained in:
sponge
2008-09-24 10:35:32 +00:00
parent 52d38e0452
commit 8d78a77a8c

View File

@ -183,6 +183,8 @@ public class SimpleTimer {
}
}
}
} catch (ThreadDeath td) {
return; // die
} catch (InterruptedException ie) {
// ignore
} catch (Throwable t) {