Searched refs:terminalLatch (Results 1 – 1 of 1) sorted by relevance
74 private final CountDownLatch terminalLatch = new CountDownLatch(1); field in StreamServiceTest182 assertTrue(terminalLatch.await(time, unit)); in awaitStopped()229 terminalLatch.countDown(); in makeService()232 terminalLatch.countDown(); in makeService()