优化时间计算

master
面包骑士 2024-09-08 14:14:40 +08:00
parent 2ec1577033
commit b328617025
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ public final class TaskManager {
} }
} }
log.info("任务完成,线程状态: {}",this.toString()); log.info("任务完成,线程状态: {}",this.toString());
taskManager=null;
} }
// 返回工作线程的个数 // 返回工作线程的个数