Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/async/queue.ts>QueueAddOptions

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

Properties

readonly
optional
priority: number

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