diff --git a/lib/parallel.js b/lib/parallel.js index 506f47545..19d555884 100644 --- a/lib/parallel.js +++ b/lib/parallel.js @@ -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`