1 min readAug 2, 2019
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
.
Project Lead for the Kotlin Programming Language @JetBrains