UNPKG

@mondaydotcomorg/atp-compiler

Version:

Production-ready compiler for transforming async iteration patterns into resumable operations with checkpoint-based state management

3 lines 289 B
export declare function resumablePromiseAll<T>(promises: Promise<T>[], parallelId: string): Promise<T[]>; export declare function resumablePromiseAllSettled<T>(promises: Promise<T>[], parallelId: string): Promise<PromiseSettledResult<T>[]>; //# sourceMappingURL=resumable-parallel.d.ts.map