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

Schedule.repeatAsFlow #2676

Merged
merged 27 commits into from Mar 9, 2022
Merged

Schedule.repeatAsFlow #2676

merged 27 commits into from Mar 9, 2022

Conversation

i-walker
Copy link
Member

@i-walker i-walker commented Feb 27, 2022

STATUS:
READY FOR REVIEW

@nomisRev
Copy link
Member

This behavior duplicates what can already be composed out of collect and recurs. Schedule.collect<Int>() zipLeft Schedule.recurs(3), and is included in documentation on the website.

https://arrow-kt.io/docs/apidocs/arrow-fx-coroutines/arrow.fx.coroutines/-schedule/index.html#repeating-an-effect-and-dealing-with-its-result

@i-walker i-walker changed the title add recursAndCollect in Schedule Schedule.repeatAsFlow Feb 28, 2022
@i-walker i-walker requested a review from nomisRev March 2, 2022 20:21
@nomisRev nomisRev merged commit 51f3ca0 into main Mar 9, 2022
@nomisRev nomisRev deleted the schedule-add branch March 9, 2022 15:26
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

2 participants