Skip to content

Commit daed755

Browse files
authored
update 更改错误 : [信任] -> [新任务]
1 parent 7d82316 commit daed755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/Multithread/java线程池学习总结.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public class ScheduledThreadPoolExecutor
156156

157157
- **`corePoolSize` :** 核心线程数线程数定义了最小可以同时运行的线程数量。
158158
- **`maximumPoolSize` :** 当队列中存放的任务达到队列容量的时候,当前可以同时运行的线程数量变为最大线程数。
159-
- **`workQueue`:** 当新任务来的时候会先判断当前运行的线程数量是否达到核心线程数,如果达到的话,信任就会被存放在队列中
159+
- **`workQueue`:** 当新任务来的时候会先判断当前运行的线程数量是否达到核心线程数,如果达到的话,新任务就会被存放在队列中
160160

161161
`ThreadPoolExecutor`其他常见参数:
162162

0 commit comments

Comments
 (0)