Hi, Suppose I have a complicated but embarrassingly parallel loop, namely: https://github.com/juliohm/ImageQuilting.jl/blob/master/src/iqsim.jl#L167
How would you dispatch the iterations so that all cores in the client computer are busy working? There is any construct in the language for that usual scenario? -Júlio
