Uses of Class
rx.internal.util.RxRingBuffer
-
Packages that use RxRingBuffer Package Description rx.internal.operators Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.rx.internal.util -
-
Uses of RxRingBuffer in rx.internal.operators
Fields in rx.internal.operators declared as RxRingBuffer Modifier and Type Field Description (package private) RxRingBuffer
OperatorZip.Zip.InnerSubscriber. items
(package private) RxRingBuffer
OperatorMerge.InnerSubscriber. queue
-
Uses of RxRingBuffer in rx.internal.util
Methods in rx.internal.util that return RxRingBuffer Modifier and Type Method Description static RxRingBuffer
RxRingBuffer. getSpmcInstance()
static RxRingBuffer
RxRingBuffer. getSpscInstance()
-