smartspawn/ts/smartspawn.classes.cluster.ts
2019-04-08 15:13:47 +02:00

7 lines
161 B
TypeScript

// ==============
// This file handles clustering of nodejs programs
// ==============
import * as plugins from './smartspawn.plugins';
export class Cluster {}