tejzpr / ordered-concurrently

Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a channel in the order of input. It is useful in concurrently processing items in a queue, and get output in the order provided by the queue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Context support

tarrencev opened this issue · comments

It would be great if it were possible to pass context down to task runners

commented

I have merged your PR. Thank you