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

Migrate Debounce, Throttle and CollectEvery to the new abstraction. #816

Merged
merged 1 commit into from Jul 23, 2021

Conversation

andersio
Copy link
Member

@andersio andersio commented Jan 1, 2021

The new abstraction was introduced in #799.

Migrated operators in this PR include: Debounce, Throttle, CollectEvery.
Blocked by #815 since these operators depend on the new base class UnaryAsyncOperator in #815.

Throttle was partly rewritten around its own DebounceState, dropping its reliance on ThrottleState (which has slightly different semantics, and sharing the state rep is more a hack).

Checklist

  • Updated CHANGELOG.md.

@andersio andersio marked this pull request as draft January 1, 2021 19:02
@andersio andersio changed the title Migrate Debounce, Throttle, CollectEvery to the new abstraction. Migrate Debounce, Throttle and CollectEvery to the new abstraction. Jan 1, 2021
@andersio andersio marked this pull request as ready for review July 23, 2021 17:17
@andersio andersio removed the blocked label Jul 23, 2021
@andersio andersio merged commit 350ea66 into master Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant