Interface IQueueAddOptions

Hierarchy

Properties

priority?: number

Priority of operation. Operations with greater priority will be scheduled first.

Default

0
signal?: AbortSignal
throwOnTimeout?: boolean

Whether or not a timeout is considered an exception.

Default

false
timeout?: number

Per-operation timeout in milliseconds. Operations fulfill once timeout elapses if they haven't already.

Generated using TypeDoc