Class TaskRunner<T>

java.lang.Object
edu.cmu.tetrad.util.TaskRunner<T>
Type Parameters:
T - the type of the result of the tasks

public class TaskRunner<T> extends Object
This class is for running a list of tasks that implement Callable.

Feb 23, 2024 8:41:11 PM

Author:
Kevin V. Bui (kvb2univpitt@gmail.com)