-
Notifications
You must be signed in to change notification settings - Fork 14
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
Async callbacks #4
Comments
Thank you for catching this; this is a good point. I agree that the mapper function should be considered as an async function and its results should be awaited, in order to match iterator-helpers’ behavior. I will change this later if there are no objections from anyone else. CC: @codehag |
js-choi
added a commit
that referenced
this issue
Sep 2, 2021
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Now, in the spec draft we have:
However, in related methods of iterator helpers proposal, we await the result of the mapper:
It should be consistent.
The text was updated successfully, but these errors were encountered: