fix typo (mather -> matter) (#23221)
This commit is contained in:
parent
2caf86b706
commit
e4077cc14f
1 changed files with 1 additions and 1 deletions
|
|
@ -1096,7 +1096,7 @@ operation at the same time (usually handling the completion of a @scala[`Future`
|
||||||
|
|
||||||
Pass incoming elements to a function that return a @scala[`Future`] @java[`CompletionStage`] result. When the @scala[`Future`] @java[`CompletionStage`] arrives the result is passed
|
Pass incoming elements to a function that return a @scala[`Future`] @java[`CompletionStage`] result. When the @scala[`Future`] @java[`CompletionStage`] arrives the result is passed
|
||||||
downstream. Up to `n` elements can be processed concurrently, but regardless of their completion time the incoming
|
downstream. Up to `n` elements can be processed concurrently, but regardless of their completion time the incoming
|
||||||
order will be kept when results complete. For use cases where order does not mather `mapAsyncUnordered` can be used.
|
order will be kept when results complete. For use cases where order does not matter `mapAsyncUnordered` can be used.
|
||||||
|
|
||||||
If a @scala[`Future`] @java[`CompletionStage`] fails, the stream also fails (unless a different supervision strategy is applied)
|
If a @scala[`Future`] @java[`CompletionStage`] fails, the stream also fails (unless a different supervision strategy is applied)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue