Skip to content

Commit 4c90609

Browse files
committed
lecture
1 parent 518570a commit 4c90609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/io/concurrency/chapter11/exam12/CustomForkJoinPoolExample.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ public static void main(String[] args) {
1818
System.out.println("result = " + result);
1919
System.out.println("pool = " + pool);
2020
System.out.println("stealing = " + pool.getStealCount());
21+
22+
pool.shutdown();
2123
}
2224
}

0 commit comments

Comments
 (0)