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

x/ayonli_jsext/queue.ts

A JavaScript extension package for building strong and modern applications.
Latest
import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/queue.ts";

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

Functions

Processes data sequentially by the given handler function and prevents concurrency conflicts, it returns a Queue instance that we can push data into.