Installation
Installation Methods
ThreadPool can be installed from either NPM or JSR registries using your preferred package manager.
- NPM
- JSR
- NPM
- PNPM
- Yarn
- Bun
- Deno
npm install @renderdev/threadpool
pnpm add @renderdev/threadpool
yarn add @renderdev/threadpool
bun add @renderdev/threadpool
import * as threadpool from 'npm:@renderdev/threadpool'
- NPM
- PNPM
- Yarn
- Bun
- Deno
npx jsr add @renderdev/threadpool
pnpm dlx jsr add @renderdev/threadpool
yarn dlx jsr add @renderdev/threadpool
bunx jsr add @renderdev/threadpool
import * as threadpool from 'jsr:@renderdev/threadpool'