You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
The text was updated successfully, but these errors were encountered:
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.
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."
The text was updated successfully, but these errors were encountered: