mirror of
https://gitee.com/jd-platform-opensource/asyncTool.git
synced 2026-03-22 04:27:15 +08:00
refactor: 去除打印
This commit is contained in:
@@ -352,7 +352,6 @@ public abstract class WorkerWrapper<T, V> {
|
||||
case TAKE_REST:
|
||||
//FIXME 等待200毫秒重新投入线程池,主要为了调起最后一个任务
|
||||
Thread.sleep(200L);
|
||||
System.out.println(id+"进入休息");
|
||||
executorService.submit(() -> this.work(executorService, fromWrapper,
|
||||
remainTime - (SystemClock.now() - now), group));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user