包详细信息

isoconcurrency

An isomorphic way to get the number of logical cores available.

isomorphic, hardware, concurrency, logical

自述文件

IsoConcurrency

An isomorphic way to get the number of logical cores available.

Install

npm install isoconcurrency

Usage

import concurrency from 'isoconcurrency';

console.log ( concurrency ); // => 10

License

MIT © Fabio Spampinato