netty5/common
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
..
src [#3675] Fix livelock issue in MpscLinkedQueue 2015-05-06 06:21:14 +02:00
pom.xml Auto-generating primitive collections for int and char keys. 2015-04-10 07:57:30 -07:00