diff --git a/doc/api/os.md b/doc/api/os.md index e2e702dcea5ef4..c472801f3425de 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -26,6 +26,17 @@ The operating system-specific end-of-line marker. * `\n` on POSIX * `\r\n` on Windows +## `os.availableParallelism()` + + + +* Returns: {integer} + +Returns an estimate of the default amount of parallelism a program should use. +Always returns a non-zero value. + ## `os.arch()`