T - the type of the result of created taskspublic static interface ExecutorServices.TaskFactory<T>
| Modifier and Type | Method and Description |
|---|---|
List<Callable<T>> |
createTasks(int threadPoolSize)
Creates a list of tasks to be executed in a thread pool.
|
Copyright © 2008–2017. All rights reserved.