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