parallel-es
Version:
Simple parallelization for EcmaScript
9 lines (8 loc) • 550 B
TypeScript
export { IParallel } from "./parallel";
export { IParallelChain } from "./chain/parallel-chain";
export { IParallelTaskEnvironment, IParallelEnvironment } from "./parallel-environment";
export { IParallelJob } from "./parallel-job";
export { IParallelOptions, IDefaultInitializedParallelOptions } from "./parallel-options";
export { IParallelJobScheduler } from "./scheduling/parallel-job-scheduler";
export { IParallelOperation, ISerializedParallelOperation } from "./parallel-operation";
export { IParallelStream } from "./stream/parallel-stream";