Skip to main content
Module

x/async/queue.ts

🦕 Asynchronous primitive modules loosely port from Python's asyncio for Deno.
Go to Latest
import * as async from "https://deno.land/x/async@v2.0.0/queue.ts";

Classes

A queue implementation that allows for adding and removing elements, with optional waiting when popping elements from an empty queue.