ff2a792923
Motivation: If maxDelayedQueues == 0 we should never put any WeakHashMap into the FastThreadLocal for a Thread. Modifications: Check if maxDelayedQueues == 0 and if so return directly. This will ensure we never call FastThreadLocal.initialValue() in this case Result: Less overhead / memory usage when maxDelayedQueues == 0 |
||
---|---|---|
.. | ||
src | ||
pom.xml |