| SubFlowTOut, TMat, TClosedMergeSubstreamsWithParallelism Method |
Flatten the sub-flows back into the super-flow by performing a merge
with the given parallelism limit. This means that only up to parallelism
substreams will be executed at any given time. Substreams that are not
yet executed are also not materialized, meaning that back-pressure will
be exerted at the operator that creates the substreams when the parallelism
limit is reached.
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract IFlow<TOut, TMat> MergeSubstreamsWithParallelism(
int parallelism
)
abstract MergeSubstreamsWithParallelism :
parallelism : int -> IFlow<'TOut, 'TMat>
Parameters
- parallelism
- Type: SystemInt32
TBD
Return Value
Type:
IFlowTOut,
TMatTBD
See Also