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

Refactor rx.concurrency to rx.schedulers #599

Merged
merged 6 commits into from
Dec 10, 2013

Conversation

benjchristensen
Copy link
Member

To match the naming convention of rx.observables, rx.subjects and rx.subscriptions we have decided to rename rx.concurrency to rx.schedulers prior to the 1.0 release. These commits makes this change.

Since this is a non-trivial breaking change to anyone using Schedulers, this leaves the rx.concurrency.* classes in place and deprecates them to give time to migrate. These deprecated classes will be deleted prior to the 1.0 release.

These will exist for a few releases to allow people to migrate from rx.concurrency to rx.schedulers.
Unit tests passed before and after (did change in multiple steps to assert unit test pass against rx.concurrency before migrating to rx.schedulers).
benjchristensen added a commit that referenced this pull request Dec 10, 2013
Refactor rx.concurrency to rx.schedulers
@benjchristensen benjchristensen merged commit 61f0580 into ReactiveX:master Dec 10, 2013
@benjchristensen benjchristensen deleted the rx.schedulers branch December 11, 2013 00:00
@cloudbees-pull-request-builder

RxJava-pull-requests #534 SUCCESS
This pull request looks good

rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
Refactor rx.concurrency to rx.schedulers
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
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.

None yet

2 participants