While using for_each in modules, I noticed that it doesn’t behave as I would expect from an ordinary loop.
Each iteration run in parallel, that is, while iteration 0 is execution iteration 1 starts. Is this intended? If so, is it possible to execute sequentially?
3 posts - 2 participants