Package groovy.transform
Annotation Interface Parallel
Runs each iteration of an annotated
for loop on a separate thread.
This annotation is a lightweight transform that intentionally favors simplicity over production-grade parallel orchestration.
- Since:
- 6.0.0
- See Also: