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

Merge BehaviorSubject from Pull 256 #264

Conversation

benjchristensen
Copy link
Member

Manual merge of #256

Additionally removes SynchronizedObserver usage from Subject implementations.

  • We don't need to add synchronization as the subjects can trust their source Observables to comply with the Rx contract.
  • This optimization follows Rx Design Guidelines 6.8. Avoid serializing operators

This was discussed at #256

michaeldejong and others added 4 commits May 4, 2013 01:10
…ong/RxJava into pull-256-merge-BehaviorSubject
- We don't need to add synchronization as the subjects can trust their source Observables to comply with the Rx contract.
- This optimization follows Rx Design Guidelines 6.8. Avoid serializing operators

This was discussed at ReactiveX#256
benjchristensen added a commit that referenced this pull request May 7, 2013
…ubject

Merge BehaviorSubject from Pull 256
@benjchristensen benjchristensen merged commit 42cff54 into ReactiveX:master May 7, 2013
rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
…BehaviorSubject

Merge BehaviorSubject from Pull 256
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
…ad_release_issue_with_flatmapped_take

Issue 263 fix: Fix bulkhead on Single and Maybe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants