Live data from Hacker News

Show HN: Paralyze – a go package that simplifies parallelization

github.com

1–5 of 5 posts

Re: Show HN: Paralyze – a go package that simplifies parallelization

#5

I'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.

Yup, but I like contexts even more. Everything is better with contexts ;)