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

Remove ExecutorScheduler - New ComputationScheduler #1048

Merged

Conversation

benjchristensen
Copy link
Member

Removing ExecutorScheduler as it does not comply with the contract of sequential execution. A Scheduler needs to guarantee sequential execution, but putting work on a multi-threaded thread pool allows concurrent execution.

See #711 and #713

benjchristensen added a commit that referenced this pull request Apr 19, 2014
Remove ExecutorScheduler - New ComputationScheduler
@benjchristensen benjchristensen merged commit 320495f into ReactiveX:master Apr 19, 2014
@benjchristensen benjchristensen deleted the executor-scheduler branch April 19, 2014 04:03
@cloudbees-pull-request-builder

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

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