7cfe416182
Motivation: JCTools 2.0.2 provides an unbounded MPSC linked queue. Before we shaded JCTools we had our own unbounded MPSC linked queue and used it in various places but gave this up because there was no public equivalent available in JCTools at the time. Modifications: - Use JCTool's MPSC linked queue when no upper bound is specified Result: Fixes https://github.com/netty/netty/issues/5951 |
||
---|---|---|
.. | ||
src | ||
pom.xml |