netty5/common/src
Norman Maurer cf66edb3a1 [#3675] Fix livelock issue in MpscLinkedQueue
Motivation:

All read operations should be safe to execute from multiple threads which was not the case and so could produce a livelock.

Modifications:

Modify methods so these are safe to be called from multiple threads.

Result:

No more livelock.
2015-05-06 06:21:14 +02:00
..
main [#3675] Fix livelock issue in MpscLinkedQueue 2015-05-06 06:21:14 +02:00
test ByteString arrayOffset method 2015-04-24 18:54:01 -07:00