Sink.foreachParallel

Like foreach but allows up to parallellism procedure calls to happen in parallel.

Sink operators

Deprecated

Use foreachAsync instead (this is deprecated since Akka 2.5.17).

Reactive Streams semantics

cancels never

backpressures when the previous parallel procedure invocations has not yet completed

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.