Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/async/queue.ts>QueueAddOptions

Deno Standard Extensions
Go to Latest
interface QueueAddOptions
implements TaskOptions, TimeoutOptions
import { type QueueAddOptions } from "https://deno.land/x/yxz@0.17.0/async/queue.ts";

Properties

readonly
optional
priority: number

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