@Incubating
@GroovyASTTransformation(phase = CompilePhase.SEMANTIC_ANALYSIS)
public class ParallelASTTransformation
extends Object
implements ASTTransformation
Simple AST transform for Parallel: each for-in iteration body is
wrapped in a new thread and started immediately.