UNPKG

node-worker-threads-pool-ts

Version:

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

4 lines (3 loc) 145 B
export { StaticPool } from "./static-pool"; export { DynamicPool } from "./dynamic-pool"; export { isTimeoutError } from "./promise-with-timer";