Uses of Package
org.jctools.queues.intrusive
Packages that use org.jctools.queues.intrusive
-
Classes in org.jctools.queues.intrusive used by org.jctools.queues.intrusiveClassDescriptionIntrusive MPSC queue implementation based on Intrusive MPSC node-based queue as presented on 1024cores by Dmitry Vyukov.Intrusive queue nodes are required to implement this interface.