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

x/yxz/async/queue.ts>AsyncQueue#start

Deno Standard Extensions
Go to Latest
method AsyncQueue.prototype.start
import { AsyncQueue } from "https://deno.land/x/yxz@0.17.0/async/queue.ts";

Start (or resume) executing enqueued tasks within concurrency limit. No need to call this if queue is not paused (via options.autoStart = false or by .pause() method.)