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

Schedulers documentation improvements #2955

Closed
JensRantil opened this issue May 16, 2015 · 1 comment
Closed

Schedulers documentation improvements #2955

JensRantil opened this issue May 16, 2015 · 1 comment
Assignees

Comments

@JensRantil
Copy link

Source: http://reactivex.io/documentation/scheduler.html

  • Neither of the schedulers has a working link to corresponding JavaDoc.
  • Schedulers#computation documentation doesn't state how many threads it runs. Whether it runs async or really anything. I had to dig into source code and finally ended up on https://github.com/ReactiveX/RxJava/pull/2580/files which states it defaults to number of processors threads.
  • Schedulers#io is missing the same documentation; how many threads? Does it grow infinitely?
@DavidMGross DavidMGross self-assigned this May 18, 2015
DavidMGross added a commit to ReactiveX/reactivex.github.io that referenced this issue May 18, 2015
@DavidMGross
Copy link
Collaborator

Moved over to the website issues section:

ReactiveX/reactivex.github.io#114

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