android10 / android10/Android-ReactiveProgramming
concatMap() is not a good solution if you need concurrency
Ouverte
- Langage dominant
- Java
- Étoiles
- 225
- Forks
- 47
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
In the article about `flatMap()` vs `concatMap()` it should be mentioned that the second one doesn't run the tasks in parallel but in sequence so the solution is not a real replacement for a `flatMap` (at least in my case).
I suggest to use `concatMapEager()` if we need the results to be strictly in order.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.