We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related #2004
AnonymousSubject is really used for two things:
AnonymousSubject
Subject
lift
Subject.create
I think that "anonymous" doesn't quite describe what this subject is doing.
Do we have any proposed names? Or is AnonymousSubject okay?
I remember that @trxcllnt had called it the BidiSubject at one point very early on, which was short for BidirectionalSubject.
BidiSubject
BidirectionalSubject
@mattpodwysocki what are your thoughts?
The text was updated successfully, but these errors were encountered:
This is long gone now.
Sorry, something went wrong.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Related #2004
AnonymousSubject
is really used for two things:Subject
'slift
implementation to have operators return SubjectsSubject.create
can "glue an observer to an observable" to form a subject.I think that "anonymous" doesn't quite describe what this subject is doing.
Do we have any proposed names? Or is AnonymousSubject okay?
I remember that @trxcllnt had called it the
BidiSubject
at one point very early on, which was short forBidirectionalSubject
.@mattpodwysocki what are your thoughts?
The text was updated successfully, but these errors were encountered: