Hacker News new | ask | show | jobs
by armon 4052 days ago
This looks pretty interesting! We use a library we've built called relay (https://github.com/armon/relay) to do something similar also in Go.

I like the higher level task based approach of this library, since this is a pretty common pattern when using task brokers.

1 comments

Looks very interesting. I will look over the code in next couple of days :)