smartspawn/ts/smartspawn.classes.cluster.ts

7 lines
161 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';
2019-04-08 13:13:47 +00:00
export class Cluster {}