import { WaitGroup } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
Interfaces
Defines the static |
import { type WaitGroup } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
A WaitGroup is a way to perform fork-join logic in an asynchronous context. It allows a process to create an arbitrary amount of sub-processes, and wait for all of them to finish before continuing.
import { WaitGroup } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";