UNPKG

pipeproc

Version:

Multi-process log processing for nodejs

4 lines (3 loc) 249 B
import { LevelDown as LevelDOWN } from "leveldown"; import { IProc } from "./proc"; export declare function reclaimProc(db: LevelDOWN, activeProcs: IProc[], procName: string, callback: (err?: Error | null, lastClaimedRange?: string) => void): void;