UNPKG

@vorsteh-queue/core

Version:

Core queue engine for Vorsteh Queue with TypeScript support, job scheduling, and event system

8 lines (7 loc) 295 B
/** * Source: https://github.com/mgcrea/prisma-queue/blob/master/src/utils/time.ts * License: MIT * Copyright (c) 2022 Olivier Louvignes <olivier@mgcrea.io> */ export declare const waitFor: (ms: number) => Promise<unknown>; export declare const calculateDelay: (attempts: number) => number;