Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow RX library authors to group observables as native operators #11

Open
niik opened this issue Feb 23, 2014 · 0 comments
Open

Allow RX library authors to group observables as native operators #11

niik opened this issue Feb 23, 2014 · 0 comments

Comments

@niik
Copy link
Owner

niik commented Feb 23, 2014

I would like to make it possible for libraries like ReactiveUI to signal that a series of observables should be grouped together. The WhenAny method in ReactiveUI for example should be considered an operator and should show up as a single node instead of the graph of observables stringed together to create it.

My current plan for this is to use the System.ComponentModel.CategoryAttribute so that libraries don't have to take a dependency on RxSpy. WhenAny would then be decorated with [Category("RxSpy.Operator")] or something to that effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant