summaryrefslogtreecommitdiff
path: root/lib/parallel.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parallel.js')
-rw-r--r--lib/parallel.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/parallel.js b/lib/parallel.js
index 506f475..19d5558 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`