Show HN: Paralyze – a go package that simplifies parallelization
1–5 of 5 posts
Re: Show HN: Paralyze – a go package that simplifies parallelization
#2I'm not sure if this warrants a separate library since it's just an interface for `sync.WaitGroup`.
Re: Show HN: Paralyze – a go package that simplifies parallelization
#3Impressive: a single letter username.
Re: Show HN: Paralyze – a go package that simplifies parallelization
#4I'm not sure if this warrants a separate library since it's just an interface for `sync.WaitGroup`.
Now that timeouts are supported, I think it makes sense. I'm curious if you agree.