static ThreadPoolExecutor defaultThreadPoolExecutor() { int poolSize = coresToUse_fixed(), queueSize = 500; ret new NotifyingBlockingThreadPoolExecutor(poolSize, queueSize, 15, TimeUnit.SECONDS); }