Skip to content

Commit 74a376a

Browse files
committed
Update java-thread-pool-summary.md
1 parent 7f61398 commit 74a376a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/concurrent/java-thread-pool-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ pool-1-thread-2 End. Time = Sun Apr 12 11:14:47 CST 2020
392392
return false;
393393

394394
for (;;) {
395-
//获取线程池中线程的数量
395+
//获取线程池中工作的线程的数量
396396
int wc = workerCountOf(c);
397397
// core参数为true的话表明队列也满了,线程池大小变为 maximumPoolSize
398398
if (wc >= CAPACITY ||

0 commit comments

Comments
 (0)