Is it possible to start Mono’s in parallel and aggregate the result
2 semantics, 1 way to make them run in parallel The two options I present below both need some additional tuning to make A and B Mono run in parallel: namely, each Mono should use subscribeOn(Scheduler) to get out of the common thread from where they’re merged. If you only care about the completion of … Read more