Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throttle with durationSelector #702

Closed
wants to merge 4 commits into from

Conversation

staltz
Copy link
Member

@staltz staltz commented Nov 11, 2015

Implement throttle(durationSelector) and add its tests. Resolves #666 and #496.

DEPENDS ON PR #700 MERGED FIRST.

Rename throttle to throttleTime. Fix this operator to correctly
take in the first 'next' value but
ignore subsequent 'next' values for a specified time period.

Related to issue ReactiveX#666.
Add tests for throttle (with durationSelector function) operator.

Resolves ReactiveX#666.
Add new throttle operator (previous throttle was renamed to throttleTime) that takes a
durationSelector parameter, much like debounce does.

Resolves ReactiveX#496.
@benlesh
Copy link
Member

benlesh commented Nov 11, 2015

Merged with c3bf3e7 ... awesome work @staltz

@benlesh benlesh closed this Nov 11, 2015
@staltz staltz deleted the throttle-durationSelector branch November 12, 2015 09:26
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants