@Incubating
@Documented
@Retention(RetentionPolicy.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.