Skip to main content

Type Alias: BackpressureStrategy<Size>

BackpressureStrategy<Size> = Readonly<{ bufferLimit?: PositiveInteger<Size>; overflowStrategy?: "drop-first" | "drop-last" | "error"; }>

Defined in: core.d.ts:309

A strategy to use for applying backpressure adapting a concur iterable from push-based iteration to pull-based iteration.

Type Parameters

Size

Size extends number = number

Since

v5.0.0