UNPKG

node-worker-threads-pool

Version:

Simple worker threads pool using Node's worker_threads module. Compatible with ES6+ Promise, Async/Await.

4 lines (3 loc) 141 B
export { DynamicPool } from './dynamicPool'; export { isTimeoutError } from './promiseWithTimer'; export { StaticPool } from './staticPool';