Uses of Class
rx.internal.util.unsafe.BaseLinkedQueuePad0
-
Packages that use BaseLinkedQueuePad0 Package Description rx.internal.util.unsafe -
-
Uses of BaseLinkedQueuePad0 in rx.internal.util.unsafe
Subclasses of BaseLinkedQueuePad0 in rx.internal.util.unsafe Modifier and Type Class Description (package private) classBaseLinkedQueue<E>A base data structure for concurrent linked queues.(package private) classBaseLinkedQueueConsumerNodeRef<E>(package private) classBaseLinkedQueuePad1<E>(package private) classBaseLinkedQueueProducerNodeRef<E>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.
-