mirror of
https://gitee.com/jd-platform-opensource/asyncTool.git
synced 2026-03-22 04:27:15 +08:00
修改不定长线程池
This commit is contained in:
@@ -18,7 +18,7 @@ public class Async {
|
||||
/**
|
||||
* 默认线程池
|
||||
*/
|
||||
private static final ThreadPoolExecutor COMMON_POOL = (ThreadPoolExecutor) Executors.newCachedThreadPool();;
|
||||
private static final ThreadPoolExecutor COMMON_POOL = (ThreadPoolExecutor) Executors.newCachedThreadPool();
|
||||
|
||||
private static ExecutorService executorService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user