We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c2dbe commit d4f5de7Copy full SHA for d4f5de7
1 file changed
docs/java/concurrent/java-thread-pool-best-practices.md
@@ -31,6 +31,8 @@ tag:
31
32
注意:**下面三个任务可能做的是同一件事情,也可能是不一样的事情。**
33
34
+> 使用多线程前应为:任务 1 --> 任务 2 --> 任务 3(图中把任务 3 画错为 任务 2)
35
+
36

37
38
### 如何使用线程池?
0 commit comments