Searched defs:GraphThreadPoolExecutor (Results 1 – 1 of 1) sorted by relevance
23 public class GraphThreadPoolExecutor<T> extends ThreadPoolExecutor { class34 …public GraphThreadPoolExecutor(DynamicGraph<T> graph, IThreadWorkerFactory<T> factory, int corePoo… in GraphThreadPoolExecutor() method in GraphThreadPoolExecutor