Annotation Interface Parallel


@Incubating @Documented @Retention(SOURCE) public @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: