Skip to content

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