Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add parallelism note to os.cpus()
With the introduction of os.availableParallelism(), users should no longer rely on os.cpus().length to determine the amount of available parallelism. This commit adds a note to the os.cpus() docs.
- Loading branch information