Skip to content

Commit

Permalink
+ using virtual threads
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed May 11, 2024
1 parent 50ca207 commit 2216e2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/conseq4j/execute/ConseqExecutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ private static <T> T call(Callable<T> task) {
return (ProtectiveFuture<T>) copy;
}

/**
* Orderly shutdown, and awaits thread pool termination.
*/
/** Orderly shutdown, and awaits thread pool termination. */
@Override
public void close() {
workerExecutorService.close();
Expand Down

0 comments on commit 2216e2d

Please sign in to comment.