UNPKG

multiprocessor

Version:

Multiprocessing pool implementation for NodeJS and TypeScript

5 lines (4 loc) 229 B
import type { TaskResponse, TaskSuccessHandler, TaskErrorHandler, TaskHandlers } from "./types"; import { Pool } from "./pool"; export type { TaskResponse, TaskSuccessHandler, TaskErrorHandler, TaskHandlers, }; export { Pool, };