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

Operator: Append #87

Open
carmeleve opened this issue May 19, 2021 · 1 comment
Open

Operator: Append #87

carmeleve opened this issue May 19, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@carmeleve
Copy link

Link to Rx.NET implementation

@bartdesmet bartdesmet added the good first issue Good for newcomers label May 19, 2021
@bartdesmet
Copy link
Contributor

Note for implementers, this is a little tricky because the operator goes through some state transitions in its subscription tree. However, one can have a look at StartWith to understand the complexity (and to see an example of how we do fine-grained OnNext calls to drain the array, allowing for scheduler responsiveness when attempting to perform a pause operation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants