We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The crate-level doc says that:
If NUM_JOBS is not set, the RAYON_NUM_THREADS environment variable can also specify the build parallelism.
NUM_JOBS
RAYON_NUM_THREADS
However in default_jobserver(), only NUM_JOBS is used but not RAYON_NUM_THREADS.
default_jobserver()
It seems like this is an outdated documentation, but I'm not entirely sure so I opened this issue.
The text was updated successfully, but these errors were encountered:
Yeah, a long time ago we used rayon. This documentation is outdated though.
Sorry, something went wrong.
I will open a PR to remove this.
Successfully merging a pull request may close this issue.
The crate-level doc says that:
However in
default_jobserver()
, onlyNUM_JOBS
is used but notRAYON_NUM_THREADS
.It seems like this is an outdated documentation, but I'm not entirely sure so I opened this issue.
The text was updated successfully, but these errors were encountered: