waitgroup topic
holster
A place to keep useful golang functions and small libraries
semgroup
Like errgroup/waitgroup, but only runs a maximum of tasks at any time.
go-waitgroup
A sync.WaitGroup with error handling and concurrency control
cpp-channels
C++ Channels & WaitGroup inspired by the Go Programming Language
pond
Crystal WaitGroups without channels or counters
workgroup
Structured concurrency manager for Go
runnergroup
RunnerGroup is like sync.WaitGroup, the diffrence is if one task stops, all will be stopped.
wg
Golang like WaitGroup implementation for sync/async Rust, support no_std environment.