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

no guarantee of order of results from execParallel #8

Open
SharonU opened this issue Jan 9, 2014 · 1 comment
Open

no guarantee of order of results from execParallel #8

SharonU opened this issue Jan 9, 2014 · 1 comment

Comments

@SharonU
Copy link

SharonU commented Jan 9, 2014

execParallel is based on caolan/async's each function, on which is noted:

"Note, that since this function applies the iterator to each item in parallel there is no guarantee that the iterator functions will complete in order."

@mgutz
Copy link
Owner

mgutz commented Jan 14, 2014

There is also execSeries. I added execParallel for symmetry. TBH, I rarely used it. I used it in testing to delete data from a set of tables without concern for order.

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

No branches or pull requests

2 participants