smartspawn/ts/smartspawn.classes.cluster.ts

6 lines
160 B
TypeScript
Raw Normal View History

2018-08-02 13:31:05 +00:00
// ==============
// This file handles clustering of nodejs programs
// ==============
import * as plugins from './smartspawn.plugins';
export class Cluster {}