Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/book/24-Concurrent-Programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ NapTask[8] pool-1-thread-1
NapTask[9] pool-1-thread-1
```

一旦你 callexec.shutdown(),尝试提交新任务将抛出 RejectedExecutionException。
一旦你调用了 exec.shutdown(),尝试提交新任务将抛出 RejectedExecutionException。

```java
// concurrent/MoreTasksAfterShutdown.java
Expand Down