Skip to content

Refactors backpressure

Compare
Choose a tag to compare
@frankpepermans frankpepermans released this 03 May 12:37
· 292 commits to master since this release

This version includes refactoring for the backpressure operators:

  • Breaking Change: debounce is now split into debounce and debounceTime.
  • Breaking Change: sample is now split into sample and sampleTime.
  • Breaking Change: throttle is now split into throttle and throttleTime.