Searched refs:CORE_POOL_SIZE (Results 1 – 1 of 1) sorted by relevance
18 private static final int CORE_POOL_SIZE = 3; field in DelayedExecution27 this.executor = newScheduledThreadPool(CORE_POOL_SIZE, maxPrioThreadFactory()); in DelayedExecution()