3435363738394041424344
} @Override public void run() throws Exception { CountDownLatchService service = getService(); service.countDown(name); int count = service.getCount(name); shouldNotify = count == 0; } @Override