Skip to content

Better Backpressure & Custom Subscribers

Compare
Choose a tag to compare
@dehesa dehesa released this 14 Feb 16:14

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