Skip to main content
Module

x/rimbu/channel/mod.ts>WaitGroup.Constructors

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface WaitGroup.Constructors
import { type WaitGroup } from "https://deno.land/x/rimbu@1.0.2/channel/mod.ts";
const { Constructors } = WaitGroup;

Defines the static WaitGroup API.

Methods

create(): WaitGroup

Returns a new WaitGroup that can be used to wait for fan-out processes to complete.