Versions in this module Expand all Collapse all v0 v0.1.3 Jun 5, 2025 v0.1.2 Jun 5, 2025 Changes in this version + type Group struct + func New() *Group + func (g *Group) Go(f func()) + func (g *Group) SetLimit(n int) + func (g *Group) TryGo(f func()) bool + func (g *Group) Wait()