That syntax used to be just syntactic asiat for nested for loops, but it was changed so that break would break all of the loops at once, and given its own format in the AST. I believe the @parallel macro has just not been updated to match, eg it's a bug. Would you mind opening an issue?
- [julia-users] One line nested loop and @parallel macro Nils Gudat
- [julia-users] One line nested loop and @parallel ma... Toivo Henningsson
- [julia-users] Re: One line nested loop and @par... Nils Gudat
- Re: [julia-users] One line nested loop and ... Kevin Squire