This repository has been archived by the owner on Aug 31, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: clarify os.cpus() returns logical CPU cores
Original text implied it returns physical cpu cores. This is misleading as `os.cpus().length` is often used to get the CPU core count in Node.js. In reality that will return the thread count which may not be what the user intended. PR-URL: nodejs/node#16282 Fixes: nodejs/node#16279 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Bryan English <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
- Loading branch information