loop icon indicating copy to clipboard operation
loop copied to clipboard

Loop is a utility package for function iterators in Go using the new rangefunc experiment

Results 3 loop issues
Sort by recently updated
recently updated
newest added

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...

First, sorry if I forgot something, but it's 1:18 AM and I start feeling tired and I need to sleep. For the moment, I don't know if this is something...

i believe there's a small typo in README on Parallel section, where it's says "One thing to be aware of is that teach iteration..." i belive it should be "One...