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

2.1.0 major feature additions #4954

Closed
akarnokd opened this issue Jan 4, 2017 · 1 comment
Closed

2.1.0 major feature additions #4954

akarnokd opened this issue Jan 4, 2017 · 1 comment

Comments

@akarnokd
Copy link
Member

akarnokd commented Jan 4, 2017

I've been adding extra features to my RxJava 2 Extensions project, some of which may be added to RxJava 2.x proper. Here is a table of major features I propose to have in RxJava 2.1

Feature Est. method cost Description
SingleSubject ~20 Hot variant of Single
MaybeSubject ~20 Hot variant of Maybe
CompletableSubject ~20 Hot variant of Completable
ParallelFlowable ~700 Support for parallel execution via Flowable.parallel() fluently

In addition, I'm open for moving custom operators directly into Flowable and Observable (which requires creating some missing operator variants for Observable at the moment).

@akarnokd
Copy link
Member Author

Closing via #4967 and #4974.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant