loop icon indicating copy to clipboard operation
loop copied to clipboard

Iterators seems to be not designed to run on parallel

Open 4strodev opened this issue 1 year ago • 0 comments

I think that I found that iterators are not meant to execute yield function concurrently. Doesn't mean that inside your yield function you execute goroutines. But yield function needs to be executed sequentially. See PR #2

4strodev avatar Aug 16 '24 23:08 4strodev