Versions in this module Expand all Collapse all v0 v0.0.2 May 7, 2024 v0.0.1 May 7, 2024 Changes in this version + type WaitGroup struct + func NewWaitGroup() *WaitGroup + func (h *WaitGroup) Go(f func()) + func (h *WaitGroup) Wait() + func (h *WaitGroup) WaitAndRecover() *panics.Recovered