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 ba4e737 commit fe70ee7Copy full SHA for fe70ee7
src/main/java/chapter_08/code_04/BoundedExecutor.java
@@ -7,7 +7,7 @@
7
import java.util.concurrent.Semaphore;
8
9
/**
10
- * Using a Semaphore to throttle task submission.
+ * 程序清单 8-4 使用 Semaphore 来控制任务的提交速率
11
*/
12
@ThreadSafe
13
public class BoundedExecutor {
0 commit comments