Uses of Class
rx.internal.util.unsafe.BaseLinkedQueueConsumerNodeRef
-
Packages that use BaseLinkedQueueConsumerNodeRef Package Description rx.internal.util.unsafe -
-
Uses of BaseLinkedQueueConsumerNodeRef in rx.internal.util.unsafe
Subclasses of BaseLinkedQueueConsumerNodeRef in rx.internal.util.unsafe Modifier and Type Class Description (package private) classBaseLinkedQueue<E>A base data structure for concurrent linked queues.classMpscLinkedQueue<E>This is a direct Java port of the MPSC algorithm as presented on 1024 Cores by D.classSpscLinkedQueue<E>This is a weakened version of the MPSC algorithm as presented on 1024 Cores by D.
-