Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3897,6 +3897,9 @@ addMethod('flatten', function () {
* the results until they can be returned to the consumer in their original
* order.
*
* For parallelizing streams with less respect for ordering, see [merge](#merge)
* and [mergeWithLimit](#mergeWithLimit)
*
* @id parallel
* @section Higher-order Streams
* @name Stream.parallel(n)
Expand Down