ReadableComposeOptions

data class ReadableComposeOptions(var signal: AbortSignal? = null)

Readable Compose Options

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

Constructors

Link copied to clipboard
constructor(signal: AbortSignal? = null)

Properties

Link copied to clipboard

Abort signal to use for the operation.