UNPKG

@wfh/thread-promise-pool

Version:

2 Node.js utilities: a thread worker pool and a promise queue

4 lines (3 loc) 110 B
export * from './thread-pool'; export * from './promise-queque'; export { Task, TaskResult } from './worker';