Click or drag to resize
Akka.NETSubFlowTOut, TMat, TClosedMergeSubstreams Method
Flatten the sub-flows back into the super-flow by performing a merge without parallelism limit (i.e. having an unbounded number of sub-flows active concurrently).

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual IFlow<TOut, TMat> MergeSubstreams()

Return Value

Type: IFlowTOut, TMat
TBD
See Also