Skip to main content
Module

x/async/wait_group.ts

🦕 Asynchronous primitive modules for Deno.
Latest
import * as async from "https://deno.land/x/async@v2.1.0/wait_group.ts";

Classes

WaitGroup is a synchronization primitive that enables promises to coordinate and synchronize their execution. It is particularly useful in scenarios where a specific number of tasks must complete before the program can proceed.