UNPKG

@shahadul-17/dispatcher

Version:

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

10 lines 256 B
export declare enum ProcessEventType { None = "NONE", Spawn = "SPAWN", Disconnect = "DISCONNECT", DataReceive = "DATA_RECEIVE", Error = "ERROR", Exit = "EXIT", Close = "CLOSE" } //# sourceMappingURL=process-event-type.e.d.ts.map