Détail du package

isoconcurrency

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

isomorphic, hardware, concurrency, logical

readme

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