Skip to content

batchExecute

batchExecute<T>(items, fn, opts?): Promise<{ chunks: number; processed: number; }>

Defined in: src/provider/batching.ts:18

The shared write loop: chunk, pace, retry rate limits, report progress.

T

readonly T[]

(chunk) => Promise<void>

BatchOptions = {}

Promise<{ chunks: number; processed: number; }>