Class ContextLatch

java.lang.Object
dev.getelements.elements.rt.util.ContextLatch

public class ContextLatch extends Object
Similar to a CountDownLatch. However, instad of tracking a simple count, this will store a collection of objects which must all finish in order for the operation to complete.