Searched defs:maximumThreads (Results 1 – 1 of 1) sorted by relevance
46 private final int maximumThreads; field in ThrottlingExecutor56 public ThrottlingExecutor(Executor delegate, int maximumThreads) { in ThrottlingExecutor()