-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add concurrency argument to async.auto #637
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
Conversation
|
The Travis build failed because of someone else's non-deterministic test! :( Mine ( |
3b0c3a5 to
d2e3b9c
Compare
|
(FYI I amended the commit (only changed the timestamp) to force a Travis rebuild.) |
|
👍 |
|
Bump. :) |
|
It would be nice to get back to using mainline async again. I'm still on your fork, @vergenzt |
|
If you can fix the conflicts, I'll merge this. |
ad61fa3 to
5656a11
Compare
5656a11 to
f801c68
Compare
|
@aearly Done, rebased to |
Add concurrency argument to async.auto
|
Thanks! I swapped the concurrency arg's position to always have the callback as the last arg. |
|
Awesome! 😸 |
|
Sweet. Thanks for merging. :-) |
Adds an argument to
async.autoto specify maximum concurrency with which to run tasks.Fixes #635.