Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Queue.prototype.enqueueAll
import { Queue } from "https://deno.land/x/sptaki@1.2.0/utils/mod.ts";

Iterates over the elements received and adds each one to the end of the queue.

Parameters

elements: T[]