batch-cluster
Version:
Manage a cluster of child processes
5 lines (4 loc) • 343 B
TypeScript
import { BatchClusterOptions, WithObserver } from "./BatchClusterOptions";
import { ChildProcessFactory } from "./ChildProcessFactory";
import { InternalBatchProcessOptions } from "./InternalBatchProcessOptions";
export type CombinedBatchProcessOptions = BatchClusterOptions & InternalBatchProcessOptions & ChildProcessFactory & WithObserver;