Click or drag to resize
Akka.NETSubFlowImplTIn, TOut, TMat, TClosedMergeSubstreamsWithParallelism Method
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override IFlow<TOut, TMat> MergeSubstreamsWithParallelism(
	int parallelism
)

Parameters

parallelism
Type: SystemInt32
TBD

Return Value

Type: IFlowTOut, TMat
TBD
See Also