Skip to content

Implement AsyncCombineLatestMultipleSequence #322

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

Closed
wants to merge 5 commits into from

Conversation

clive819
Copy link

Allow combining multiple async sequences.

The only limitation for now is that the element from the sequences must be the same type. We can probably remove that limitation by using parameter pack (introduced in Swift 5.9) and pack iteration (introduced in Swift 6.0) once Swift 6.0 is available.

clive819 added 5 commits July 10, 2024 21:13
Allow combining multiple async sequences.

The only limitation for now is that the element from the sequences must be the same type. We can probably remove that limitation by using parameter pack (introduced in Swift 5.9) and pack iteration (introduced in Swift 6.0) once Swift 6.0 is available.
@clive819 clive819 closed this Oct 19, 2024
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.

1 participant