Class AwaitableCounter

java.lang.Object
org.jdrupes.builder.core.AwaitableCounter

public class AwaitableCounter extends Object
A counter that supports waiting for a specific value. The waiting thread is woken when the counter hits the target value.