Package com.vaadin.uitest.ai.utils
Class ParallelRunner
java.lang.Object
com.vaadin.uitest.ai.utils.ParallelRunner
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParallelRunner
public ParallelRunner()
-
-
Method Details
-
execute
public <T,R> Map<T,R> execute(List<T> prompts, Function<T, R> service, int maxJobs) throws InterruptedException, ExecutionException
-