Structsยง
- OnBackpressure
Latest - Keeps only the most recent upstream item while the downstream observer is still processing
the previous one. Once the
RequestCallbackTypeis invoked, the latest buffered value is emitted and the cycle repeats. This mirrorsonBackpressureLatestin other ReactiveX stacks. See https://reactivex.io/documentation/operators/backpressure.html.