| SubFlowTOut, 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.129 (1.2.3.129)
Syntax public virtual IFlow<TOut, TMat> MergeSubstreams()
abstract MergeSubstreams : unit -> IFlow<'TOut, 'TMat>
override MergeSubstreams : unit -> IFlow<'TOut, 'TMat>
Return Value
Type:
IFlowTOut,
TMatTBD
See Also