Allow SimplerTimer to die.
Still needs some methods to be able to reap it, and it's children.
This commit is contained in:
@ -183,6 +183,8 @@ public class SimpleTimer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} catch (ThreadDeath td) {
|
||||||
|
return; // die
|
||||||
} catch (InterruptedException ie) {
|
} catch (InterruptedException ie) {
|
||||||
// ignore
|
// ignore
|
||||||
} catch (Throwable t) {
|
} catch (Throwable t) {
|
||||||
|
Reference in New Issue
Block a user