netty5/common
Norman Maurer bd0a74fca3 Allow to disable ResourceLeak creation when worker thread is deamon in HashedWheelTimer
Motivation:

Sometimes a shared HashedWheelTimer can not easily be stopped in a good place. If the worker thread is daemon this is not a big deal and we should allow to not log a leak.

Modifications:

Add another constructor which allows to disable resource leak detection if worker thread is used.

Result:

Not log resource leak when HashedWheelTimer is not stopped and the  worker thread is a deamon thread.
2016-06-29 20:06:58 +02:00
..
src Allow to disable ResourceLeak creation when worker thread is deamon in HashedWheelTimer 2016-06-29 20:06:58 +02:00
pom.xml Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00