mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
SyncFinisher增加setExceptionHandler方法
This commit is contained in:
@@ -159,7 +159,6 @@ public class SyncFinisher implements Closeable {
|
||||
this.executorService = buildExecutor();
|
||||
}
|
||||
for (final Worker worker : workers) {
|
||||
//executorService.submit(worker);
|
||||
executorService.execute(worker);
|
||||
}
|
||||
// 保证所有worker同时开始
|
||||
|
Reference in New Issue
Block a user