It is not necessary to interrupt the thread group

This commit is contained in:
nathan 2018-04-04 23:34:29 +02:00
parent f72a3881eb
commit fa3f98581d

View File

@ -441,9 +441,6 @@ class Shutdownable {
// when the eventloop closes, the associated selectors are ALSO closed!
stopExtraActions();
// we also want to stop the thread group
threadGroup.interrupt();
isShutdown = true;
}