Uses of Class
rx.internal.util.unsafe.BaseLinkedQueue
-
Packages that use BaseLinkedQueue Package Description rx.internal.util.unsafe -
-
Uses of BaseLinkedQueue in rx.internal.util.unsafe
Subclasses of BaseLinkedQueue in rx.internal.util.unsafe Modifier and Type Class Description class
MpscLinkedQueue<E>
This is a direct Java port of the MPSC algorithm as presented on 1024 Cores by D.class
SpscLinkedQueue<E>
This is a weakened version of the MPSC algorithm as presented on 1024 Cores by D.
-