VerboseCountDownLatch
A CountDownLatch that logs a message on each wait timeout and retries until the latch reaches zero.
Useful for long-running waits where periodic logging is desired to indicate the system is still waiting.
Parameters
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Executes block and calls CountDownLatch.countDown in a finally block, ensuring the latch is decremented even if the block throws.