ReadableEveryOptions

data class ReadableEveryOptions(var concurrency: Int = 1, var signal: AbortSignal? = null)

Readable Every Options

Defines the structure of options which relate to the Readable.every method.

Constructors

Link copied to clipboard
constructor(concurrency: Int = 1, signal: AbortSignal? = null)

Properties

Link copied to clipboard

The maximum number of concurrent map operations to perform.

Link copied to clipboard

Abort signal to use for the operation.