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.
BSD 3-Clause "New" or "Revised" License
37 stars 8 forks source link

feat: pass context #5

Closed tarrencev closed 2 years ago

tarrencev commented 2 years ago

In case you are interested in this. I can revert the the go.mod change if you'd like to merge it.

tejzpr commented 2 years ago

@tarrencev looks good, I'll merge once you revert the go.mod change