isoconcurrency

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

MIT 1 个版本
安装
npm install isoconcurrency
yarn add isoconcurrency
pnpm add isoconcurrency
bun add isoconcurrency
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

版本列表
1.0.0 2025-06-01