Replies: 1 comment 3 replies
-
Hello! I need to understand your use case. Ordering items can be problematic, as it could require that all the publishers emit an item first. To implement this feature, you just need to implement the operator. The RX Java 3 code can give a good starting point. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I understood by reading the guides, there is only option to merge and concatenate
Multi
s. There is no option to do an ordered merge.I know that in
RxJava
, this is available using therxjava3-extensions
and the Flowables class.Is this a planned feature maybe? If not, is there any suggestion on what would be the best way to implement this by my own?
Beta Was this translation helpful? Give feedback.
All reactions