UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

5 lines (4 loc) 203 B
/** * Returns the average delay between a tick of the node.js event loop, as measured for N calls of `process.nextTick` */ export declare function eventLoopDelay(iterations?: number): Promise<number>;