Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/esm/queue.js>Queue

A JavaScript extension package for building strong and modern applications.
Latest
class Queue
import { Queue } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/queue.js";

This module provides a mechanism to handle tasks sequentially and prevent concurrency conflicts.

Constructors

new
Queue(handler, bufferSize?)