Skip to content

Commit 14c5e9c

Browse files
committed
+ javadoc
1 parent f643ff7 commit 14c5e9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/conseq4j/execute/ConseqExecutor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ public <T> CompletableFuture<T> submit(@NonNull Callable<T> task, @NonNull Objec
165165
}
166166

167167
/**
168-
* First wait until no more task pending. For direct shutdown operations, use {@link Terminable} methods.
168+
* First wait until no more task pending, then orderly shutdown. For direct shutdown operations regardless of
169+
* pending tasks, use the {@link Terminable} methods instead.
169170
*/
170171
@Override
171172
public void close() {

0 commit comments

Comments
 (0)