Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New async iterable streams feature #1318

Merged
merged 3 commits into from
Jul 5, 2024
Merged

New async iterable streams feature #1318

merged 3 commits into from
Jul 5, 2024

Conversation

captainbrosset
Copy link
Contributor

I'm proposing this new feature as a (much) later addition to the Streams API.

@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Jul 5, 2024
@@ -0,0 +1,5 @@
name: Asynchronously iterable streams
description: Asynchronous iteration of a stream allows you to use `for await...of` loops to iterate through a stream's incoming data.
spec: https://streams.spec.whatwg.org/#rs-asynciterator
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you create a group for streams and put this and the existing feature in it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't have any better ideas, so I named the new group "Streams", like the feature. Any other ideas?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yep, that's what I had in mind. I don't love when features and groups have the same name, but this isn't the first such case.

@foolip foolip merged commit a2a874a into main Jul 5, 2024
3 checks passed
@foolip foolip deleted the async-streams branch July 5, 2024 14:33
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature definition Creating or defining new features or groups of features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants