In a synchronous world (with a Sequence
) there is only one way to flatMap
. With async streams there are different strategies to flatMap: flatMapConcat
and flatMapMerge
.
In a synchronous world (with a Sequence
) there is only one way to flatMap
. With async streams there are different strategies to flatMap: flatMapConcat
and flatMapMerge
.