Avoiding Common Sync.WaitGroup Mistakes in Go

4 Bogdanp 1 9/17/2025, 11:58:27 AM calhoun.io ↗

Comments (1)

fainpul · 35m ago
They added a `Go` method to waitgroups, which wraps a function in the usual idiom, which is convenient, but it also adds about 3 new possibilities to write bugs. I'm not convinced this was a good "simplification".