interface WaitGroup.Constructorsimport { type WaitGroup } from "https://deno.land/x/rimbu@1.2.0/channel/main/index.ts"; const { Constructors } = WaitGroup; Defines the static WaitGroup API. Methodscreate(): WaitGroupReturns a new WaitGroup that can be used to wait for fan-out processes to complete.