-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Issue/5739 smaller operator creation #5742
Merged
benlesh
merged 12 commits into
ReactiveX:master
from
benlesh:issue/5739-smaller-operator-creation
Sep 23, 2020
Merged
Issue/5739 smaller operator creation #5742
benlesh
merged 12 commits into
ReactiveX:master
from
benlesh:issue/5739-smaller-operator-creation
Sep 23, 2020
Commits on Sep 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3f87e7d - Browse repository at this point
Copy the full SHA 3f87e7dView commit details -
fix(multicast): and other publish variants will handle errors thrown …
…in a selector appropriately - Also refactors multicast to use the new `operate` mechanism.
Configuration menu - View commit details
-
Copy full SHA for a780e97 - Browse repository at this point
Copy the full SHA a780e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 258a3a2 - Browse repository at this point
Copy the full SHA 258a3a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34662e0 - Browse repository at this point
Copy the full SHA 34662e0View commit details -
refactor(onErrorResumeNext): use OperatorSubscriber, don't return sub…
…scription in operate.
Configuration menu - View commit details
-
Copy full SHA for 7b6b239 - Browse repository at this point
Copy the full SHA 7b6b239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 608a159 - Browse repository at this point
Copy the full SHA 608a159View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea0179a - Browse repository at this point
Copy the full SHA ea0179aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d85f67f - Browse repository at this point
Copy the full SHA d85f67fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c056a40 - Browse repository at this point
Copy the full SHA c056a40View commit details -
refactor(operate): Tweak init return type so Subscribers and Subscrip…
…tions can no longer be returned This will help force us to make sure we are using the subscriber and subscription chaining in the most efficient way possible. Although it could result in anti-patterns where users return a function that calls unsubscribe on a subscription if we release this to the public.
Configuration menu - View commit details
-
Copy full SHA for ee7de5d - Browse repository at this point
Copy the full SHA ee7de5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c694b6 - Browse repository at this point
Copy the full SHA 7c694b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for adac67b - Browse repository at this point
Copy the full SHA adac67bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.