Better Backpressure & Custom Subscribers
This release includes two new useful custom subscribers and a bunch of interesting operators:
retry
on delayed intervals.handleEnd
to clean up resources in any completion case (i.e. successful/failure completion or cancellation).sink
using the new custom subscribers.
Also, there is better support for backpressure all around the framework. Many operators/publishers now accept optional "demand" related parameters and work great with standard backpressure mechanisms (such as buffer
).