| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b2facef commit 53684e4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -140,6 +140,10 @@ The properties included on each object include: | |||
| 140 | 140 | `nice` values are POSIX-only. On Windows, the `nice` values of all processors | |
| 141 | 141 | are always 0. | |
| 142 | 142 | ||
| 143 | + `os.cpus().length` should not be used to calculate the amount of parallelism | ||
| 144 | + available to an application. Use | ||
| 145 | + [`os.availableParallelism()`](#osavailableparallelism) for this purpose. | ||
| 146 | + | ||
| 143 | 147 | ## `os.devNull` | |
| 144 | 148 | ||
| 145 | 149 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments