Structsยง
- OnBackpressure
Buffer - Buffers every upstream item into a
Vec<T>and only delivers the collected batch once the downstream observer calls the accompanyingRequestCallbackType. This mirrors the behavior ofonBackpressureBufferfrom other ReactiveX implementations. See https://reactivex.io/documentation/operators/backpressure.html.