Esempio n. 1
0
  /** Start the reaper in foreground. */
  public void run() {
    // guard
    {
      checkState();
    }

    reap();
  }