UNPKG

@shahadul-17/dispatcher

Version:

Defines a mechanism for parallel processing and CPU intensive tasks in Node.js

6 lines 191 B
export type DispatcherOptions = { processCount: number; serviceInitializerPath: string; serviceInitializerClassName?: string; }; //# sourceMappingURL=dispatcher-options.t.d.ts.map