UNPKG

slavery-js

Version:

A simple clustering app that allows you to scale an application on multiple thread, containers or machines

12 lines (10 loc) 275 B
type Request = { /* this it he request made to the service by other services */ type: 'run' | 'exec'; method: string; parameters: any; selector?: string; // used to select specific node completed: boolean; result: any; }; export default Request;