Detalhes do pacote

isoconcurrency

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

isomorphic, hardware, concurrency, logical

readme (leia-me)

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