Skip to content

Commit

Permalink
Merge pull request #1385 from PierreFritsch/parallel-hint-reflect
Browse files Browse the repository at this point in the history
Add a hint to `reflect` in the documentation of `parallel`
  • Loading branch information
megawac committed Mar 16, 2017
2 parents 3d79745 + b9991cc commit 295b307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/parallel.js
Expand Up @@ -13,6 +13,8 @@ import parallel from './internal/parallel';
* any I/O, they will actually be executed in series. Any synchronous setup
* sections for each task will happen one after the other. JavaScript remains
* single-threaded.
* **Hint:** Use [`reflect`]{@link module:Utils.reflect} to continue the
* execution of other tasks when a task fails.
*
* It is also possible to use an object instead of an array. Each property will
* be run as a function and the results will be passed to the final `callback`
Expand Down

0 comments on commit 295b307

Please sign in to comment.