Optional
interval?: TimeSpanOptional
maxCapacity?: number | nullThe maximum capacity of the promise queue. If null, the queue can grow indefinitely. If a number is provided and the queue exceeds this limit, an error will be thrown, and no further promises will be enqueued.
Optional
maxConcurrency?: numberThe maximum number of promises allowed to run concurrently. If this limit is exceeded, additional promises will be queued until a slot becomes available.
IMPORT_PATH:
"@daiso-tech/core/async"