I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 8d78a77a authored by sponge's avatar sponge
Browse files

Allow SimplerTimer to die.

Still needs some methods to be able to reap it, and it's children.
parent 52d38e04
No related branches found
No related tags found
No related merge requests found
...@@ -183,6 +183,8 @@ public class SimpleTimer { ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment