Versions in this module Expand all Collapse all v0 v0.1.0 Jan 20, 2024 Changes in this version type Wg + func (wg *Wg) Done() <-chan struct{} v0.0.1 Jan 10, 2024retracted Changes in this version + type Wg sync.WaitGroup + func (wg *Wg) Go(fn func()) + func (wg *Wg) Wait() + func (wg *Wg) Wg() *sync.WaitGroup