Skip to content

Process Queue one by one #1066

Answered by louthy
mozesa asked this question in Q&A
Jun 24, 2022 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

Queue is quite badly named I think, it's closer to a Subject in Rx.NET. I will fix it to work correctly as a queue, and maybe add a new type that acts more like a Subject.

Interestingly, Producer.merge(...) does actually use a ConcurrentQueue internally to make sure that any merged Producers turn into a single stream. So, it does do exactly what you need (when 'merging' a single Producer).

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mozesa
Comment options

You must be logged in to vote
3 replies
@mozesa
Comment options

@louthy
Comment options

@mozesa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants