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

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

Deno Standard Extensions
Latest
method AsyncQueue.prototype.start
import { AsyncQueue } from "https://deno.land/x/yxz@0.32.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.)