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

[AsyncInterspersedSequence] Integrate review feedback #267

Merged
merged 3 commits into from
Jun 23, 2023

Conversation

FranzBusch
Copy link
Member

@FranzBusch FranzBusch commented Jun 1, 2023

This integrates all of the feedback from the review thread. Here is a quick summary:

  • Change the trailing separator behaviour. We are no longer returning a separator before we are forwarding the error
  • Add a synchronous and asynchronous closure based interspersed method.
  • Support interspersing every n elements

@FranzBusch FranzBusch force-pushed the fb-interspersed-proposal branch 2 times, most recently from 447af6a to 17194ac Compare June 1, 2023 13:19
Copy link
Member

@phausler phausler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

This integrates all of the feedback from the review thread. Here is a quick summary:

- Change the trailing separator behaviour. We are no longer returning a separator before we are forwarding the error
- Add a synchronous and asynchronous closure based `interspersed` method.
- Support interspersing every n elements
@FranzBusch FranzBusch force-pushed the fb-interspersed-proposal branch from 69dbbac to 974758a Compare June 23, 2023 13:46
@FranzBusch FranzBusch merged commit 936a68d into apple:main Jun 23, 2023
@FranzBusch FranzBusch deleted the fb-interspersed-proposal branch June 23, 2023 13:48
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