UNPKG

@jjavery/worker-pool

Version:

A worker pool for Node.js applications

7 lines (6 loc) 265 B
export function test(test: any): any; export function asyncTest(test: any, ms: any): Promise<any>; export function exit(): void; export function asyncExit(ms: any): Promise<void>; export function throws(): void; export function asyncThrows(ms: any): Promise<void>;