Skip to content

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