netty5/common/src
Vladimir Krivosheev fd810e7178 configurable service thread name prefix
Motivation:

If netty used as part of application, should be a way to prefix service thread name to easy distinguish such threads (for example, used in IntelliJ Platform)

Modifications:

Introduce system property io.netty.serviceThreadPrefix

Result:

ThreadDeathWatcher thread has a readable name "Netty threadDeathWatcher-2-1" if io.netty.serviceThreadPrefix set to "Netty"
2015-11-05 08:51:59 +01:00
..
main/java/io/netty/util configurable service thread name prefix 2015-11-05 08:51:59 +01:00
test/java/io/netty/util DefaultPromise StackOverFlowException 2015-10-29 11:11:42 -07:00