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

applyEach return undefined #1088

Closed
piranna opened this issue Mar 29, 2016 · 4 comments
Closed

applyEach return undefined #1088

piranna opened this issue Mar 29, 2016 · 4 comments

Comments

@piranna
Copy link

piranna commented Mar 29, 2016

applyEach function return always undefined instead of an array or an object with the results of the operations, as it happens with map or parallel. Doing so it would also make parallel equivalent to applyEach when it's called without arguments, so maybe also the code gets simpler...

@aearly
Copy link
Collaborator

aearly commented Mar 29, 2016

You make a good point -- applyEach would be much more useful if it called the callback with the results of each task.

@piranna
Copy link
Author

piranna commented Mar 29, 2016

Thank you :-)

@aearly aearly closed this as completed in b00abf2 Apr 7, 2016
@piranna
Copy link
Author

piranna commented Apr 8, 2016

Cool, thank you! :-D When will this be available on npm?

@aearly
Copy link
Collaborator

aearly commented Apr 18, 2016

Should be in 2.0.0 rc3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants