netty5/common/src
Scott Mitchell 7cfe416182 Use unbounded queues from JCTools 2.0.2
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
2017-07-10 12:32:15 -07:00
..
main Use unbounded queues from JCTools 2.0.2 2017-07-10 12:32:15 -07:00
test Move methods for decode hex dump into StringUtil 2017-06-23 18:52:42 +02:00