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

feat: Implement toAsyncIterable #133

Merged
merged 10 commits into from
Jan 5, 2023
Merged

feat: Implement toAsyncIterable #133

merged 10 commits into from
Jan 5, 2023

Conversation

kitten
Copy link
Member

@kitten kitten commented Dec 20, 2022

This implements a toAsyncIterable helper, as per the ECMAScript spec and protocol. The return AsyncIterable creates an AsyncIterator when [Symbol.asyncIterator] is called, as per the spec.

This supersedes #125

@kitten kitten requested a review from JoviDeCroock December 20, 2022 18:03
@kitten kitten changed the title Feat/to async iterable feat: Implement toAsyncIterable Dec 20, 2022
@kitten kitten merged commit e82aa6a into main Jan 5, 2023
@kitten kitten deleted the feat/to-async-iterable branch January 5, 2023 15:19
@github-actions github-actions bot mentioned this pull request Jan 23, 2023
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