ReadableMapOptions
@API
Readable Map Options
Defines the structure of options which relate to the Readable.map
method.
Constructors
Link copied to clipboard
constructor(concurrency: Int = 1, highWaterMark: Int = concurrency * 2 - 1, signal: AbortSignal? = null)