I like that this is a thing, I'm trying to decide how excited I should be about it...
How equivalent are BEAM processes and goroutines?
replies(2):
How equivalent are BEAM processes and goroutines?
[1]: you usually use channels instead
[2]: you usually use sync.WaitGroup (or similar, e.g. errgroup.Group) instead