mirror of
https://gitee.com/jd-platform-opensource/asyncTool.git
synced 2024-12-31 15:35:34 +08:00
修改不定长线程池
This commit is contained in:
parent
bc4affb2b5
commit
22388ae880
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user