loop
loop copied to clipboard
Iterators seems to be not designed to run on parallel
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