golem icon indicating copy to clipboard operation
golem copied to clipboard

Round robin selector of channels for `fork` api.

Open fogfish opened this issue 1 year ago • 0 comments

fork.Map assumes that inner function support concurrency. However, one of the fork api purpose is conversion of unsafe code into thread safe.

Let's image we have pool of workers. How to inject the pool into the pipeline?

fogfish avatar Feb 23 '25 10:02 fogfish