Skip to content

Commit

Permalink
+ doc
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed Sep 22, 2023
1 parent 392b2a9 commit 33390cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ where ```Terminable``` is defined as
```java
public interface Terminable {
/**
* Nonblocking, initiates an orderly shutdown of all managed thread resources. Previously submitted tasks are
* executed, but no new tasks will be accepted. Invocation has no additional effect if already shut down.
* Initiates an orderly shutdown of all managed thread resources. Previously submitted tasks are executed, but no new
* tasks will be accepted. Invocation has no additional effect if already shut down.
*/
void shutdown();

Expand Down

0 comments on commit 33390cb

Please sign in to comment.