We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe70ee7 commit 4d5c17aCopy full SHA for 4d5c17a
src/main/java/chapter_08/code_06/MyThreadFactory.java
@@ -5,7 +5,7 @@
5
import java.util.concurrent.ThreadFactory;
6
7
/**
8
- * Custom thread factory
+ * 程序清单 8-6 自定义的线程工厂
9
*/
10
public class MyThreadFactory implements ThreadFactory {
11
private final String poolName;
0 commit comments