UNPKG

@mondaydotcomorg/atp-compiler

Version:

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

3 lines 199 B
import type { BatchCallInfo } from '../types.js'; export declare function batchParallel<T>(batchCalls: BatchCallInfo[], parallelId: string): Promise<T[]>; //# sourceMappingURL=batch-parallel.d.ts.map