UNPKG

slavery-js

Version:

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

15 lines (13 loc) 293 B
type Request = { id: number; type: 'run' | 'exec'; method: string; parameters: any; selector?: string | undefined; completed: boolean; isProcessing: boolean; result: any; onComplete: () => any; startTime: number; }; export type { Request as default };