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

More consistent hooks for scheduler plugins. This is a rework of #1514. #1559

Merged
merged 1 commit into from Aug 11, 2014

Conversation

mattrjacobs
Copy link
Contributor

  • Deprecated RxJavaDefaultSchedulers and RxJavaDefaultSchedulersDefault (I think these names are confusing)
  • Added RxJavaSchedulersHook
  • Ability to override entire schedulers from scratch
  • Ability to decorate Action0 before submission to Scheduler

The main change from #1514 is the decoration of Action0 instead of Runnable. Action0 is an improvement as all Schedulers must handle these, whereas not all Schedulers handle Runnables.

…tiveX#1514.

* Deprecated RxJavaDefaultSchedulers and RxJavaDefaultSchedulersDefault (I think these names are confusing)
* Added RxJavaSchedulersHook
** Ability to override entire schedulers from scratch
** Ability to decorate Action0 before submission to Scheduler
@cloudbees-pull-request-builder

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

@mattrjacobs
Copy link
Contributor Author

Reviewed with @benjchristensen and merging

mattrjacobs added a commit that referenced this pull request Aug 11, 2014
More consistent hooks for scheduler plugins.  This is a rework of #1514.
@mattrjacobs mattrjacobs merged commit 68652e9 into ReactiveX:master Aug 11, 2014
@mattrjacobs mattrjacobs deleted the scheduler-plugin branch January 8, 2015 06:13
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