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 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.
-