namespace WaitGroup
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.
Companion interface: WaitGroup
Interfaces
Name | Description |
---|---|
WaitGroup.Constructors | Defines the static WaitGroup API. |