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

What should i use for thread pool execution in new api? #1206

Closed
lexer opened this issue May 16, 2014 · 3 comments
Closed

What should i use for thread pool execution in new api? #1206

lexer opened this issue May 16, 2014 · 3 comments
Milestone

Comments

@lexer
Copy link

lexer commented May 16, 2014

What should i use for thread pool execution in new api?

For example all http request in android recommended to be executed on cached thread pool.

@benjchristensen
Copy link
Member

Take a look at #713 (comment) and #1219.

Another item of interest is #1143

@benjchristensen
Copy link
Member

@lexer Please try out the implemented just merged in @1272 and let us know if it gives you what you need.

We are also still going to proceed with an improved IO Scheduler as per #1140

@benjchristensen
Copy link
Member

The Schedulers.io() scheduler will now cache threads again due to the work in #1140. There is also a new ExecutorScheduler that you can access using Schedulers.from(Executor).

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

No branches or pull requests

2 participants