8 ms·
This looks pretty interesting! We use a library we've built called relay (https://github.com/armon/relay https://github.com/armon/relay) to do something similar
by armon 11y ago
This looks pretty interesting! We use a library we've built called relay (https://github.com/armon/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.
- richardknop 11y agoLooks very interesting. I will look over the code in next couple of days :)