Differences among flatmap strategies in ReactiveSwift
问题 From the documentation of reactive swift I could understand about Flattening . Examples of which can be found here. In the section Flattening event streams everything has been discussed perfectly. I'm confused about flatmap . According to the docs, it Maps each event from self to a new producer, then flattens the resulting producers according to strategy - concat/merge/latest . So, it should be similar to flattening I guess. But, I could not generate a similar behavior. For example consider