-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
get the key in async.each? #380
Comments
+1 |
1 similar comment
+1 |
I'm in need of this one too. I'm happy to submit a pull request. To get the discussion going, which way of fixing this is preferred?
I favor the first option, but does that risk breaking people's iterators that expect the 2nd argument to be the callback? |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to get the key associated to the array item being processed within async.each?
Thank you!
The text was updated successfully, but these errors were encountered: