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

Expose scheduler factories which accept thread factories. #3879

Merged
merged 1 commit into from
Apr 29, 2016
Merged

Expose scheduler factories which accept thread factories. #3879

merged 1 commit into from
Apr 29, 2016

Conversation

JakeWharton
Copy link
Contributor

This allows hooks to create schedulers whose threads have different priorities.

Closes #3724.

@@ -24,9 +24,6 @@
import rx.subscriptions.*;

public class EventLoopsScheduler extends Scheduler implements SchedulerLifecycle {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

final?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also ComputationScheduler ?

This allows hooks to create schedulers whose threads have different priorities.
@stevegury
Copy link
Member

👍

@akarnokd akarnokd merged commit 5da378f into ReactiveX:1.x Apr 29, 2016
@JakeWharton
Copy link
Contributor Author

Thanks!

On Fri, Apr 29, 2016 at 2:13 PM David Karnok [email protected]
wrote:

Merged #3879 #3879.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3879 (comment)

@JakeWharton JakeWharton deleted the jw/thread-factory-scheduler-factories branch August 20, 2016 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants