UNPKG

@pulsecron/pulse

Version:

The modern MongoDB-powered job scheduler library for Node.js

4 lines (3 loc) 153 B
import { Pulse } from '.'; export type MaxConcurrencyMethod = (concurrency: number) => Pulse; export declare const maxConcurrency: MaxConcurrencyMethod;