UNPKG

isoconcurrency

Version:

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

22 lines (13 loc) 271 B
# IsoConcurrency An isomorphic way to get the number of logical cores available. ## Install ```sh npm install isoconcurrency ``` ## Usage ```ts import concurrency from 'isoconcurrency'; console.log ( concurrency ); // => 10 ``` ## License MIT © Fabio Spampinato