コード例 #1
0
ファイル: CommitLog.java プロジェクト: Jashinta/570
 public void shutdownBlocking() throws InterruptedException {
   executor.shutdown();
   executor.awaitTermination();
 }