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

SerializedSubject #1745

Merged
merged 1 commit into from
Oct 10, 2014
Merged

Conversation

benjchristensen
Copy link
Member

Proposal for a SerializedSubject type to simplify solution for multi-threaded emissions to a Subject.

See #1744

benjchristensen added a commit that referenced this pull request Oct 10, 2014
@benjchristensen benjchristensen merged commit 864dc22 into ReactiveX:1.x Oct 10, 2014
@benjchristensen benjchristensen deleted the serialized-subject branch October 10, 2014 05:50
@benjchristensen
Copy link
Member Author

/cc @DavidMGross as this has no Javadoc whatsoever right now

@DavidMGross
Copy link
Collaborator

I'm fuzzy on the purpose of this sort of Subject. Is it meant to be a
bridge between multiple Observables operating on multiple threads and the
observers of the Subject?

On Thu, Oct 9, 2014 at 10:51 PM, Ben Christensen notifications@github.com
wrote:

/cc @DavidMGross https://github.com/DavidMGross as this has no Javadoc
whatsoever right now


Reply to this email directly or view it on GitHub
#1745 (comment).

David M. Gross
PLP Consulting

@benjchristensen
Copy link
Member Author

It's just a wrapper around other Subjects to make it thread-safe for multiples threads to call the on* methods on it.

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