Click or drag to resize
Akka.NETSubFlowTOut, 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.42 (1.2.3.42)
Syntax
public abstract IFlow<TOut, TMat> MergeSubstreamsWithParallelism(
	int parallelism
)

Parameters

parallelism
Type: SystemInt32
TBD

Return Value

Type: IFlowTOut, TMat
TBD
See Also