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

4.x: Add the RepeatWhen operator #536

Merged
merged 7 commits into from
Jun 12, 2018
Merged

Conversation

akarnokd
Copy link
Collaborator

This PR adds the RepeatWhen operator that repeats a source observable sequence when it completes normally and then a secondary observable signals an item. It is the sibling of the RetryWhen operator from #486. This operator allows special/timed repetition of a source observable.

The operator shares its serialization helper with RetryWhen which has been refactored to support both operators. A missing license header was also added.

@akarnokd akarnokd mentioned this pull request May 26, 2018
@akarnokd
Copy link
Collaborator Author

akarnokd commented Jun 1, 2018

Reworked onto a fresh master.

@akarnokd akarnokd closed this Jun 6, 2018
@akarnokd akarnokd reopened this Jun 6, 2018
@akarnokd
Copy link
Collaborator Author

Can this be merged now?

@danielcweber danielcweber merged commit 24fb6db into dotnet:master Jun 12, 2018
@akarnokd akarnokd deleted the RepeatWhen branch June 12, 2018 10:40
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.

2 participants