Parallel Loop Call [object]
An object defining a call loop in which all iterations happen in parallel (all at once without order).
Properties
range
A rangeable value to loop over.
run
A call [object] defining a call run on each iteration of the loop
vars
A loop-vars [object] binding iteration info to variables.