Skip to content

Add RepeatWhile reactive operator#1069

Open
glopesdev wants to merge 1 commit intobonsai-rx:mainfrom
glopesdev:issue-1068
Open

Add RepeatWhile reactive operator#1069
glopesdev wants to merge 1 commit intobonsai-rx:mainfrom
glopesdev:issue-1068

Conversation

@glopesdev
Copy link
Copy Markdown
Member

This PR adds support for a variant of the Repeat operator accepting a nested workflow condition to dynamically evaluate whether the source sequence should be repeated. It follows similar behavior to the SkipWhile and TakeWhile operators.

Fixes #1068

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New planned feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for DoWhile operator

1 participant