Home
last modified time | relevance | path

Searched defs:GraphThreadPoolExecutor (Results 1 – 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/internal/thread/graph/
DGraphThreadPoolExecutor.java23 public class GraphThreadPoolExecutor<T> extends ThreadPoolExecutor { class
34 …public GraphThreadPoolExecutor(DynamicGraph<T> graph, IThreadWorkerFactory<T> factory, int corePoo… in GraphThreadPoolExecutor() method in GraphThreadPoolExecutor