T - the type of the result of created taskspublic static interface ExecutorServices.TaskFactory<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.concurrent.Callable<T>> |
createTasks(int threadPoolSize)
Creates a list of tasks to be executed in a thread pool.
|
java.util.List<java.util.concurrent.Callable<T>> createTasks(int threadPoolSize)
threadPoolSize - the size of the underlying thread poolCopyright © 2014. All Rights Reserved.