mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +08:00
SyncFinisher增加setExceptionHandler方法
This commit is contained in:
parent
596529f2d5
commit
08343db0f0
@ -159,7 +159,6 @@ public class SyncFinisher implements Closeable {
|
||||
this.executorService = buildExecutor();
|
||||
}
|
||||
for (final Worker worker : workers) {
|
||||
//executorService.submit(worker);
|
||||
executorService.execute(worker);
|
||||
}
|
||||
// 保证所有worker同时开始
|
||||
|
Loading…
Reference in New Issue
Block a user