Searched refs:AsyncExitHook (Results 1 – 1 of 1) sorted by relevance
5 type AsyncExitHook = (signal: NodeJS.Signals) => void | Promise<void>; alias11 const queue: AsyncExitHook[] = [];16 export function installExitHooks(asyncExitHook: AsyncExitHook): () => void {