コード例 #1
0
ファイル: Epoch.java プロジェクト: pcmanus/snaptree
 /**
  * Prevents new arrivals from succeeding, then returns immediately. {@link #onClosed} will be
  * called after all outstanding tickets have been returned. To block until close is complete, add
  * some sort of synchronization logic to the user-defined implementation of {@link #onClosed}.
  */
 public void beginClose() {
   _root.beginClose();
 }