Add new experimental _AsyncStreaming module#400
Merged
Conversation
414c3e5 to
f06696a
Compare
Catfish-Man
approved these changes
Feb 13, 2026
Member
Catfish-Man
left a comment
There was a problem hiding this comment.
Thanks for putting this up :)
czechboy0
reviewed
Feb 13, 2026
czechboy0
reviewed
Feb 13, 2026
f06696a to
b8afe7c
Compare
7bafde6 to
9fd2f61
Compare
Catfish-Man
requested changes
Apr 29, 2026
Member
Catfish-Man
left a comment
There was a problem hiding this comment.
General note: it looks like we could use test coverage for two of the protocol types. Want me to whip up a diff for that?
6747d76 to
118c682
Compare
Member
Author
That was intentional since the two remaining tests require |
Catfish-Man
approved these changes
Apr 30, 2026
ff37a29 to
9625d96
Compare
This PR adds an experimental module for asynchronous streaming interfaces as a potential evolution to async sequence. These APIs are considered highly unstable and are mostly for experimentation purposes; hence, they are part of an underscored module and all APIs are hidden behind a trait. I expect significant changes to those APIs to offer more functionality such as gather scatter and more.
9625d96 to
1f54395
Compare
Member
Author
|
I merged over the docs failure which should be fixed by apple/swift-collections#649 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds an experimental module for asynchronous streaming interfaces as a potential evolution to async sequence. These APIs are considered highly unstable and are mostly for experimentation purposes; hence, they are part of an underscored module and all APIs are hidden behind a trait. I expect significant changes to those APIs to offer more functionality such as gather scatter and more.