Skip to content

Commit 4fddad6

Browse files
authored
Merge pull request #1760 from samho2008/wrong-pic-content-in-java-thread-pool-best-practices
Add extra explanation for typo in pictures in java-thread-pool-best-p…
2 parents 1e5f278 + d4f5de7 commit 4fddad6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/java/concurrent/java-thread-pool-best-practices.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ tag:
3131

3232
注意:**下面三个任务可能做的是同一件事情,也可能是不一样的事情。**
3333

34+
> 使用多线程前应为:任务 1 --> 任务 2 --> 任务 3(图中把任务 3 画错为 任务 2)
35+
3436
![使用线程池前后对比](./images/thread-pool/1bc44c67-26ba-42ab-bcb8-4e29e6fd99b9.png)
3537

3638
### 如何使用线程池?

0 commit comments

Comments
 (0)