-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
io.netty.util.concurrent.DefaultThreadFactory is using FastThreadLocalThread.
io.netty.util.concurrent.FastThreadLocalThread - a special Thread that provides fast access to FastThreadLocal variables.
io.netty.util.concurrent.FastThreadLocal - a special variant of ThreadLocal that yields higher access performance when accessed from a FastThreadLocalThread.